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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • langchain-ai/open-sweAvatar de langchain-ai

    langchain-ai/open-swe

    9,988Voir sur 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
    Voir sur GitHub↗9,988
  • superradcompany/microsandboxAvatar de superradcompany

    superradcompany/microsandbox

    6,570Voir sur 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
    Voir sur GitHub↗6,570
  • agent-infra/sandboxAvatar de agent-infra

    agent-infra/sandbox

    2,569Voir sur 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
    Voir sur GitHub↗2,569
  1. Home
  2. Development Tools & Productivity
  3. Execution Sandboxes
  4. Task Sandboxing
  5. Sandbox Provider Interfaces

Explorer les sous-tags

  • Sandbox Management Interfaces2 sous-tagsCommand-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