Installation¶
Requirements¶
- Python 3.8+
- OpenAI API key (for memory processing)
Install from PyPI¶
Install from Source¶
Development Installation¶
Verify Installation¶
Database Setup¶
SQLite (Default)¶
No additional setup required - SQLite database will be created automatically.
PostgreSQL¶
MySQL¶
API Key Setup¶
Option 1: Environment Variable¶
Option 2: .env File¶
Create .env
file in your project:
Option 3: Direct Configuration¶
Next Steps¶
- Quick Start - Get running in 5 minutes
- Basic Usage - Core concepts and examples