Skip to main content
Conversational agents remember what you’ve said and maintain context throughout the chat.

Quick Start

Enable memory=True to let agents remember conversations.

How Memory Works


Use Cases

Customer Support

Remember customer details and issue history

Tutoring

Track learning progress and adapt

Personal Assistant

Remember preferences and tasks

Companion

Build relationship over time

Example: Customer Support Bot


Example: Learning Tutor


Complete Example


Best Practices

Use memory=True for any multi-turn conversation
Tell the agent what to remember in instructions
Define a clear personality in instructions
Agent automatically manages conversation history

Next: Building Research Agents

Learn how to create agents that search and gather information.