awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesIsolated Runtime Provisioning

Automatic deployment of specific capability sets into isolated runtime environments.

Distinct from Environment Provisioning: Focuses on provisioning isolated runtimes for specific skill sets rather than general developer environment setup.

Explore 7 awesome GitHub repositories matching development tools & productivity · Isolated Runtime Provisioning. Refine with filters or upvote what's useful.

Awesome Isolated Runtime Provisioning GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • codesandbox/codesandbox-clientcodesandbox 的头像

    codesandbox/codesandbox-client

    13,618在 GitHub 上查看↗

    This project is a cloud-based web IDE and development workspace that provides a professional code editor and execution environments directly within the browser. It functions as a browser-based code execution engine for rapid prototyping and a scalable cloud workspace for managing repositories and writing code without local environment configuration. The system features secure sandboxing for isolated development, allowing untrusted or experimental code to run in separated virtual environments. It supports both client-side execution via browser-based bundling and server-side execution through a

    Provisions secure, isolated cloud development workspaces that run code independently from the host system.

    JavaScriptangularcodesandboxjavascript
    在 GitHub 上查看↗13,618
  • openai/skillsopenai 的头像

    openai/skills

    9,043在 GitHub 上查看↗

    This project is a framework for packaging and installing standardized capabilities, scripts, and instructions that LLM agents execute to perform complex tasks. It functions as a tool orchestrator and skill framework, bundling instructions and resources into portable formats that agents discover and use for repeatable workflows. The system distinguishes itself through a manifest-driven discovery process, allowing agents to identify available capabilities and their execution parameters. It supports the deployment of these modular capability sets into isolated runtime environments using remote U

    Deploys specific capability sets into isolated runtime environments using remote URLs or local folder paths.

    Python
    在 GitHub 上查看↗9,043
  • lastmile-ai/mcp-agentlastmile-ai 的头像

    lastmile-ai/mcp-agent

    8,037在 GitHub 上查看↗

    mcp-agent is a framework for building AI agents that integrate with Model Context Protocol servers to execute tools and access data. It functions as a multi-agent orchestrator and protocol-compliant server, enabling the creation of agents that can discover and invoke tools from connected external servers. The project distinguishes itself through a durable workflow engine that supports long-running tasks capable of pausing, resuming, and surviving restarts. It implements complex orchestration patterns, including iterative evaluator-optimizer loops, hierarchical workflow nesting, and specialist

    Bundles project code and configurations to automatically provision isolated managed runtime environments.

    Pythonagentsaiai-agents
    在 GitHub 上查看↗8,037
  • yaoapp/yaoYaoApp 的头像

    YaoApp/yao

    7,544在 GitHub 上查看↗

    Yao is an LLM agent framework and low-code web app builder designed for orchestrating autonomous AI agents. It provides a platform to design, deploy, and coordinate agents with specialized personas that can plan tasks, utilize external tools, and execute multi-stage pipelines. The project distinguishes itself through a Model Context Protocol server for connecting assistants to external binaries and HTTP services, and a gRPC remote execution engine that allows agents to manage remote servers and devices. It includes a model-agnostic provider bridge that supports dynamic switching between vario

    Provisions temporary Docker containers with a full software stack to create isolated runtimes for individual tasks.

    Goagentagentic-aiagents
    在 GitHub 上查看↗7,544
  • orange-cyberdefense/goadOrange-Cyberdefense 的头像

    Orange-Cyberdefense/GOAD

    7,464在 GitHub 上查看↗

    GOAD is an Ansible-based automation tool and infrastructure orchestrator used to deploy pre-configured networks of vulnerable Windows virtual machines. It serves as a security training environment for practicing Active Directory penetration testing, privilege escalation, and lateral movement across various cloud platforms and local virtualization hypervisors. The project distinguishes itself through a multi-provider infrastructure model and a system of infrastructure recipes that simulate intentional security misconfigurations. It supports the deployment of varied attack scenarios, including

    Executes specific provisioning steps on individual instances to isolate setup tasks.

    PowerShellactive-directoryansibleinfrastructure-as-code
    在 GitHub 上查看↗7,464
  • lxc/incuslxc 的头像

    lxc/incus

    4,893在 GitHub 上查看↗

    Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin

    Targets specific members or groups for instance scheduling with automatic or script-based placement.

    Gocloudcontainershacktoberfest
    在 GitHub 上查看↗4,893
  • lando/landolando 的头像

    lando/lando

    4,235在 GitHub 上查看↗

    Lando 是一个 Docker 开发环境管理器和本地开发编排器,用于创建隔离的应用栈。它作为一个 Web 开发栈配置工具,协调 Web 服务器、数据库和运行时,以确保不同操作系统之间的一致性环境。 该项目通过针对 LAMP、LEMP 和 MEAN 等常见栈的基于配方的环境引导,以及针对 WordPress、Drupal 和 Joomla 等 CMS 平台的专门配置而脱颖而出。它进一步通过充当远程托管同步工具来区分其功能,允许用户镜像生产服务配置并与云托管提供商同步站点数据。 该系统涵盖了广泛的基础设施和网络功能,包括自动化反向代理路由、通过内部证书颁发机构进行的 SSL 证书管理,以及主机到容器的卷映射。它还提供用于容器化工作流自动化的工具,例如构建步骤执行、交互式服务 Shell 访问以及用于测试的电子邮件拦截。 该环境通过命令行界面进行管理,该界面处理应用生命周期,包括启动、停止和重建隔离的容器化栈。

    Creates isolated, containerized application stacks using a simple configuration file to ensure consistency.

    在 GitHub 上查看↗4,235
  1. Home
  2. Development Tools & Productivity
  3. Environment Provisioning
  4. Isolated Runtime Provisioning

探索子标签

  • Application Stack IsolationCreation of separate, non-interfering environments for different applications using containerization. **Distinct from Isolated Runtime Provisioning:** Focuses on isolating entire application stacks via config files rather than just specific runtime capability sets
  • Development WorkspacesProvisioning of complete integrated development environments with editor and runtime synchronization. **Distinct from Isolated Runtime Provisioning:** Focuses on the full IDE workspace provisioning rather than just the isolated runtime execution layer.
  • Targeted Instance Provisioning1 个子标签The ability to execute specific configuration steps on individual nodes within a larger environment. **Distinct from Isolated Runtime Provisioning:** Focuses on targeted task execution within a lab rather than general runtime isolation.