Requirements
Before installing Agentor, ensure you have:- Python 3.10 or higher - Check your version with
python --version - pip or uv package manager
- An API key from your LLM provider (OpenAI, Anthropic, Google, etc.)
Install from PyPI
The recommended method is to install Agentor from PyPI using pip:Install from source
To install the latest development version directly from GitHub:Optional dependencies
Agentor provides optional dependencies for specific tools and integrations:Exa search
Git operations
GitHub integration
PostgreSQL database
Slack integration
ScrapeGraph AI
Install all optional dependencies
Set up environment variables
Agentor requires API keys to connect to LLM providers. Create a.env file in your project root:
.env
You only need the API key for the LLM provider you plan to use. Agentor supports 100+ LLM providers through LiteLLM.
Load environment variables
In your Python code, load the environment variables:Verify installation
Confirm Agentor is installed correctly:0.0.21).
Enable observability (optional)
To enable automatic tracing and monitoring, set your Celesto API key:CELESTO_API_KEY environment variable is set, Agentor automatically enables LLM monitoring and tracing:
Next steps
Quick start
Build your first agent in under 5 minutes
Model settings
Learn about model settings and configuration options