You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
A distributed platform for orchestrating autonomous AI agents in enterprise environments. Provides agent lifecycle management, inter-agent communication, task scheduling, and verifiable execution.
Multi-Cloud Support — AWS, GCP, Azure, and on-premise deployments
Observability — Distributed tracing, metrics, and structured logging
Plugin Architecture — Extensible via custom plugins and middleware
Quick Start
# Install CLI
pip install agent-orchestrator-cli
# Initialize a project
ao init my-agents
# Deploy first agent
ao deploy examples/hello-agent.yaml
# View status
ao status --watch