Installation¶
Requirements¶
- Python 3.10 or higher
- An API key for at least one supported provider
Install¶
exagent uses optional dependencies so you only install what you need.
API keys¶
exagent looks for API keys in two places, in this order:
- Environment variable — set in your shell or CI
.envfile — in your working directory
Tip
The environment variable always takes priority over the .env file.
Verify¶
Start Python and confirm the import works: