Open-source Python framework for orchestrating multi-agent AI systems. Async streaming, composable agent hierarchies, planners, A2A & MCP integration.
Multi-agent orchestration framework for Python — compose entire agent teams in YAML, run them in the terminal, or expose them as an A2A server. Python SDK below when you need full programmatic control.
pip install 'orxhestra[cli,anthropic]'orx # interactive REPL with the built-in coding agentorx my-agents.yaml # run your own YAML specorx my-agents.yaml --serve -p 9000 # same spec as an A2A server