
Memory Types
Each agent includes a PostgreSQL database for persistent storage. Configure which memory types your agent supports using the toggles in the Workbench UI:Session Storage
Automatic conversation history and state persistence (always enabled)
User Memories
Long-term facts and preferences about users (“ChatGPT-style” memory)
Session Summaries
Automatically summarizes long conversations for future reference
agno_agent.storage
.
Using Memory in Your Code
The memory configuration from the Workbench UI is automatically applied to your agent. Use theuser_id
parameter to access user-specific memories and conversation history: