Memory System
Documentation for Carrot Agent's hierarchical memory system.
This page is under construction.
Overview
Carrot Agent uses a three-tier memory architecture to maintain context and knowledge across conversations.
Memory Types
Snapshot Memory
Short-term contextual information that helps the agent understand the current conversation.
Session Memory
Stores conversation history and state for each session.
Long-term Memory
Persistent knowledge that survives across sessions and restarts.
API Usage
See Memory API for detailed endpoint documentation.
Examples
Coming soon...
