Installation¶
Requirements¶
- Python 3.10 or higher
- pip or Poetry package manager
Install with pip¶
Install with Poetry¶
Development Installation¶
For contributing or development:
To include documentation dependencies:
LLM Provider Setup¶
Ollama (Local)¶
- Install Ollama from ollama.ai
- Pull a model:
- Configure your agent:
OpenAI¶
- Get an API key from platform.openai.com
- Set the environment variable:
- Configure your agent:
Anthropic¶
- Get an API key from console.anthropic.com
- Set the environment variable:
- Configure your agent:
Google (Gemini)¶
- Get an API key from Google AI Studio
- Set the environment variable:
- Configure your agent:
Groq¶
- Get an API key from console.groq.com
- Set the environment variable:
- Configure your agent:
Verify Installation¶
Next Steps¶
- Quick Start - Build your first agent