awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesRemote Execution Protocols

Standardized interfaces for offloading resource-intensive tasks to distributed computing clusters.

Distinguishing note: Focuses on the protocol for distributed task execution.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Remote Execution Protocols. Refine with filters or upvote what's useful.

Awesome Remote Execution Protocols GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • bazelbuild/bazelAvatar de bazelbuild

    bazelbuild/bazel

    25,529Ver en GitHub↗

    Bazel is a multi-language build automation engine designed to manage complex dependency graphs and execute compilation tasks for massive codebases. It functions as a hermetic build environment, utilizing sandboxed execution and content-addressable caching to ensure that build artifacts are reproducible and that identical tasks are never re-executed. By modeling dependencies as a directed acyclic graph, the system determines optimal execution order and identifies tasks that can run in parallel. The project distinguishes itself through its support for distributed build execution, allowing resou

    Offloads resource-intensive build tasks to distributed computing clusters via a standardized protocol.

    Javabazelbuildbuild-system
    Ver en GitHub↗25,529
  • smol-ai/developerAvatar de smol-ai

    smol-ai/developer

    12,188Ver en GitHub↗

    This project is an AI software engineering tool and framework for building autonomous coding agents. It provides a system for automating program synthesis and bug fixing by integrating large language models with codebase analysis and iterative refinement loops. The framework features an agentic development server that exposes task execution interfaces to remote agents through a structured protocol. This allows for the remote execution of development tasks and the embedding of autonomous program synthesis capabilities into external software projects. The toolset covers AI-driven project scaff

    Executes development tasks over a standardized server interface to decouple agent logic from the environment.

    Python
    Ver en GitHub↗12,188
  • axolotl-ai-cloud/axolotlAvatar de axolotl-ai-cloud

    axolotl-ai-cloud/axolotl

    12,059Ver en GitHub↗

    Axolotl is a configuration-driven framework designed for the fine-tuning, evaluation, and quantization of large language models. It functions as a comprehensive orchestrator for distributed training, enabling users to manage complex workflows across multi-node and multi-GPU environments. By utilizing structured configuration files, the platform streamlines the setup of training parameters, dataset paths, and hardware distribution strategies. The project distinguishes itself through its support for diverse training methodologies, including full-parameter tuning, parameter-efficient adaptation,

    Offloads training and inference tasks to cloud infrastructure using configuration-defined remote compute environments.

    Pythonfine-tuningllm
    Ver en GitHub↗12,059
  • pantsbuild/pantsAvatar de pantsbuild

    pantsbuild/pants

    3,720Ver en GitHub↗

    Pants is a monorepo build system designed to manage multi-language software projects within a single repository. It functions as a polyglot task runner and distributed build orchestrator, providing a unified interface for executing compilers, linters, and test runners across different programming languages. The system is distinguished by a dependency analysis engine that uses static source code analysis to model software dependencies, removing the need for manual build metadata files. It ensures reproducible builds through hermetic isolation and protects the software supply chain using depend

    Implements a standardized protocol for distributing build and test tasks across a cluster of worker nodes.

    Pythonaws-lambdabuildbuild-system
    Ver en GitHub↗3,720
  1. Home
  2. DevOps & Infrastructure
  3. Remote Execution Protocols