Basic install
- pip
- uv
With an LLM provider
- OpenAI
- Anthropic
- Google Gemini
- MCP
Python >= 3.10 is required.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install orxhestra with pip or uv. Add OpenAI, Anthropic, Google, MCP, or A2A provider extras. Python 3.10+ required.
pip install orxhestra
uv add orxhestra
pip install orxhestra[openai]
pip install orxhestra[anthropic]
pip install orxhestra[google]
pip install orxhestra[mcp]
Was this page helpful?