agent-memory
Installation
SKILL.md
Adding Memory to Your Agent
Note: This template does not include memory by default. Use this skill to add memory capabilities. For a pre-configured memory template, see:
- agent-langgraph-advanced - Short-term and long-term memory with long-running background tasks
Memory Types
| Type | Use Case | Storage | Identifier |
|---|---|---|---|
| Short-term | Conversation history within a session | AsyncCheckpointSaver |
thread_id |
| Long-term | User facts that persist across sessions | AsyncDatabricksStore |
user_id |