Google 开源 AX:面向自主 AI 智能体的 Kubernetes 式编排器
原标题:Google Open-Sources AX a Kubernetes Style Orchestrator for Autonomous AI Agents
AI 摘要
Google 开源了 AX,一个基于 Apache 2.0 许可的编排器和声明式运行时,用于执行和扩展自主 AI 智能体工作负载,托管于 agentexecutor.io 和 GitHub 的 google/ax。AX 运行在 Agent Substrate 之上,将智能体视为有状态 actor,提供亚秒级任务挂起与恢复,并定义 Task、Workspace、Gateway、Model 四个声明式原语。该项目面向生产级智能体部署及大规模沙箱轨迹、强化学习循环和基准评测,但社区对其 Kubernetes 运维开销和营销措辞存在争议。
正文节选
Google has introduced AX (hosted at agentexecutor.io and on GitHub as google/ax), an open-source, Apache 2.0-licensed orchestrator and declarative runtime designed to execute and scale autonomous AI agent workloads. Running on top of Agent Substrate, AX treats agents as stateful actors rather than microservices or batch jobs, offering sub-second task suspension and resumption alongside four core declarative primitives: Task, Workspace, Gateway, and Model. Modern AI agents present operational req