Skip to main content
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]