Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.orxhestra.com/llms.txt

Use this file to discover all available pages before exploring further.

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 agent
orx my-agents.yaml                    # run your own YAML spec
orx my-agents.yaml --serve -p 9000    # same spec as an A2A server

Features


Works with any LangChain LLM

pip install orxhestra[openai]