Features
Works with any LangChain LLM
- OpenAI
- Anthropic
- Google Gemini
- Any BaseChatModel
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Open-source Python framework for orchestrating multi-agent AI systems. Async streaming, composable agent hierarchies, planners, A2A & MCP integration.
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
pip install orxhestra[openai]
pip install orxhestra[anthropic]
pip install orxhestra[google]
pip install orxhestra
# + your preferred langchain-* provider package
Was this page helpful?