awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • langchain-ai/open-swelangchain-ai का अवतार

    langchain-ai/open-swe

    9,988GitHub पर देखें↗

    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
    GitHub पर देखें↗9,988
  • superradcompany/microsandboxsuperradcompany का अवतार

    superradcompany/microsandbox

    6,570GitHub पर देखें↗

    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
    GitHub पर देखें↗6,570
  • agent-infra/sandboxagent-infra का अवतार

    agent-infra/sandbox

    2,569GitHub पर देखें↗

    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
    GitHub पर देखें↗2,569
  1. Home
  2. Development Tools & Productivity
  3. Execution Sandboxes
  4. Task Sandboxing
  5. Sandbox Provider Interfaces

सब-टैग एक्सप्लोर करें

  • Sandbox Management Interfaces2 सब-टैग्सCommand-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