Quick Start
Agent with Persistent Memory
Agent with Different Databases
Multi-Agent with Shared Database
Agent Session Management
Advanced: Direct Database Operations
For advanced use cases, access the database adapter directly:Auto-Restore and Caching
Agents automatically restore conversation history and can cache responses:Database URL Formats
| Database | URL Format |
|---|---|
| SQLite | sqlite:./path/to/file.db |
| PostgreSQL | postgres://user:pass@host:5432/db |
| Neon | neon://user:pass@host/db |
| Redis | redis://host:6379 |
| Upstash | upstash://user:pass@host |
| Memory | memory: |
Agent with Run Tracking
Track Agent runs for analytics:Related
Database CLI
CLI database commands
Memory
Agent memory systems
Sessions
Conversation persistence

