- System messages.
- User messages.
- Model responses.
- Tool calls and their results.
- Stores each user message in memory.
- Stores its own responses in memory.
- Stores tool calls and results in memory.
- Retrieves relevant history when building context.
Isolation
Isolated Conversations
Each conversation has its own isolated memory. Use different conversation identifiers to maintain separate conversation histories:Isolated Users (Scope)
For multi-tenant applications, add ascope parameter to isolate memory
across users:

