Google Ships AX v0.3.0, Splits Agent Runtime Into Three Services and Moves Task State to Redis Streams
Summary
Google's open-source agent orchestrator AX (Agent Executor) reached v0.3.0 and took the top AI slot on Hacker News with 481 points. The release splits AX into three services — an API frontend, a reconciler, and a sandboxed task runner — and moves task state out of Kubernetes custom resources into Redis Streams because etcd was not built for the churn of millions of short-lived agent tasks. AX runs on top of Agent Substrate and is Apache-2.0 licensed.
Shared on Bluesky by 2 AI experts
Originally reported by github.com
Read the original article →Original headline: Google Ships AX v0.3.0, Splits Agent Runtime Into Three Services and Moves Task State to Redis Streams