Independent local gate · Source checked August 12, 2026
Is your Agent Executor pilot ready for a bounded rollout?
Review Google AX as a self-hosted Preview runtime. This page does not connect to AX, validate a cluster, test isolation, inspect credentials, or certify production readiness.
Planning result
Complete the evidence review
Select a control only when it is backed by a current source, pinned artifact, test result, named owner, and recovery record.
- AX is self-hosted Preview software in active early development.
- Durable runtime state does not make external side effects exactly once.
- Actor isolation does not replace caller and resource authorization.
- The documented Kubernetes path is experimental and version-coupled.
Quick answer
Approve a pinned pilot, not a general platform promise
AX provides runtime primitives for isolated distributed execution, event-backed recovery, resumption, consistency, and reconnect behavior. Your team still owns application correctness and operations.
The current repository expects breaking changes before stable release. Record the exact revision and dependency set behind every test result.
Require idempotency and reconciliation around external actions. A resumed actor or recovered client stream does not prove an external call happened exactly once.
A hard stop means the design relies on an unsupported lifecycle claim, cannot prove a critical isolation or recovery boundary, or cannot roll back safely.
Agent Executor readiness questions
Official references: Google Cloud announcement, google/ax repository, and experimental Kubernetes guide. Recheck the live repository before use.