awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

3 repositorios

Awesome GitHub RepositoriesSandbox Provider Interfaces

Standardized protocols for integrating different remote backend providers for file operations and shell execution.

Distinct from Task Sandboxing: Distinct from Task Sandboxing: focuses on the integration interface for multiple providers rather than the isolation mechanism itself.

Explore 3 awesome GitHub repositories matching development tools & productivity · Sandbox Provider Interfaces. Refine with filters or upvote what's useful.

Awesome Sandbox Provider Interfaces GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • langchain-ai/open-sweAvatar de langchain-ai

    langchain-ai/open-swe

    9,988Ver en GitHub↗

    Open-SWE is an asynchronous software engineering agent and orchestrator designed to automate end-to-end coding tasks and pull request reviews. It functions as a middleware framework that coordinates long-running AI operations across multiple subagents, utilizing state persistence and human-in-the-loop oversight to manage complex workflows. The system is distinguished by its use of isolated remote Linux sandboxes for secure code execution and shell command processing. It features a webhook-driven integration platform that triggers automated engineering tasks via mentions and events in GitHub,

    Provides a standard protocol to extend the isolation layer with new remote sandbox backend providers.

    Python
    Ver en GitHub↗9,988
  • superradcompany/microsandboxAvatar de superradcompany

    superradcompany/microsandbox

    6,570Ver en GitHub↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Resolves sandbox names to socket paths for establishing agent connections.

    Rust
    Ver en GitHub↗6,570
  • agent-infra/sandboxAvatar de agent-infra

    agent-infra/sandbox

    2,569Ver en GitHub↗

    This project provides secure, containerized infrastructure designed for autonomous agents, remote code execution, and cloud development. It functions as a sandboxed environment where AI agents and external processes can execute code, run shell commands, and manage files while remaining isolated from the host system. The system distinguishes itself by implementing the Model Context Protocol, allowing it to act as a standardized tool server that exposes browser and filesystem capabilities to compatible clients. It further integrates headless browser automation, enabling programmatic web navigat

    Provides a dedicated command-line interface to execute browser and tool calls from within a container.

    Pythonagentall-in-onebrowser
    Ver en GitHub↗2,569
  1. Home
  2. Development Tools & Productivity
  3. Execution Sandboxes
  4. Task Sandboxing
  5. Sandbox Provider Interfaces

Explorar subetiquetas

  • Sandbox Management Interfaces2 sub-etiquetasCommand-line interfaces designed specifically for controlling and interacting with remote sandboxed environments. **Distinct from Sandbox Provider Interfaces:** Focuses on the CLI used to trigger tools inside the sandbox, rather than general provider integration protocols