agent-memory
Installation
SKILL.md
Agent Memory
Give agents the ability to remember and learn across conversations.
When to Use This Skill
Invoke this skill when:
- Adding conversation history
- Implementing long-term memory
- Building personalized agents
- Managing context windows
Parameter Schema
| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
task |
string | Yes | Memory goal | - |
memory_type |
enum | No | buffer, summary, vector, hybrid |
hybrid |
persistence |
enum | No | session, user, global |
session |