| Example | Description |
|---|---|
| Postgres | Examples demonstrating PostgreSQL database integration with Agno agents, teams, and workflows. |
| Mongo | Store agent, team, and workflow sessions in MongoDB. |
| MySQL | Examples demonstrating MySQL database integration with Agno agents, teams, and workflows. |
| Redis | Examples demonstrating Redis integration with Agno agents, teams, and workflows. |
| Valkey | Examples demonstrating Valkey integration with Agno agents, teams, and workflows. |
| SingleStore | Examples demonstrating SingleStore database integration with Agno agents and teams. |
| Firestore | Examples demonstrating Google Cloud Firestore integration with Agno agents. |
| DynamoDB | Store agent and team sessions in DynamoDB. |
| GCS | Examples demonstrating Google Cloud Storage (GCS) integration with Agno agents using JSON blob storage. |
| In Memory | Store agent, team, and workflow sessions in memory with InMemoryDb. |
| Persistent Session Storage | Demonstrates using PostgresDb for persistent session storage with a team. |
| Session Summary | Demonstrates configuring session summaries for an agent using PostgresDb. |
| Chat History | Demonstrates retrieving chat history from agent sessions stored in PostgresDb. |
| Examples | Patterns and examples for database integration with Agno. |
| JSON DB | Examples demonstrating JSON file-based storage integration with Agno agents, teams, and workflows. |
| SQLite | Examples demonstrating SQLite database integration with Agno agents, teams, and workflows. |
| SurrealDB | Examples demonstrating SurrealDB integration with Agno agents, teams, and workflows. |
| Session Summary with Limits | Limit the conversation history sent to the summary model using last_n_runs and conversation_limit on SessionSummaryManager. |
Storage
Storage
Integrate various databases with Agno agents, teams, and workflows.