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

ExtraDescription
openaiOpenAI provider support
anthropicAnthropic provider support
postgresPostgreSQL storage backend
allEverything above

Verify Installation

import you2agentai
print(you2agentai.__version__)

If this runs without errors, you are ready to proceed to configuration.