Installation
You2AgentAI requires Python 3.10 or higher and can be installed via pip or poetry.
Using pip
pip install you2agentai
Using Poetry
poetry add you2agentai
Optional Dependencies
| Extra | Description |
|---|---|
openai | OpenAI provider support |
anthropic | Anthropic provider support |
postgres | PostgreSQL storage backend |
all | Everything above |
Verify Installation
import you2agentai
print(you2agentai.__version__)
If this runs without errors, you are ready to proceed to configuration.