google/ax
A distributed runtime by Google for executing and coordinating autonomous agentic loops with fault tolerance and resumability.

AX (Agent eXecutor) is a distributed agent runtime written in Go that coordinates agentic loops across isolated components. It provides a single-controller architecture for consistent state management, an event log for durable execution and automatic recovery, and native support for skills, tools, and agent selection. Built-in features include execution resumption after failures, auditing via a common controller, and portability across small and large deployments.
Frequently asked
- What is google/ax?
- A distributed runtime by Google for executing and coordinating autonomous agentic loops with fault tolerance and resumability.
- Is ax open source?
- Yes — google/ax is open source, released under the Apache-2.0 license.
- What language is ax written in?
- google/ax is primarily written in Go.
- How popular is ax?
- google/ax has 1.9k stars on GitHub.
- Where can I find ax?
- google/ax is on GitHub at https://github.com/google/ax.