substrate agent-substrate

Agent Substrate: the core system

主要语言
Go
Stars
1,329
Forks
247

标签

  • Agent运行时
  • 云原生
  • Go
  • 沙箱
  • 框架

摘要

Agent Substrate 是Google开源的高性能Agent运行时系统,专门用于大规模Agent部署。它基于Kubernetes构建,通过Actor/Worker映射实现高密度多路复用,支持将大量闲置状态的Agent压缩到少量物理节点上,并提供亚秒级的挂起/恢复操作和完整生命周期管理。该系统支持microVMs和gVisor等多种沙箱技术,可托管任何框架构建的Agent(如ADK、LangChain、Claude Code、CodeX),并支持部署沙箱化MCP服务器。适用于需要大规模运行状态化、长时间运行的AI Agent场景。

README

# Agent Substrate [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) NOTE: This is not an officially supported Google product. This project is not eligible for the [Google Open Source Software Vulnerability Rewards Program](https://bug…

查看完整页面