19 lines
397 B
Markdown
19 lines
397 B
Markdown
---
|
|
name: agent-memory
|
|
description: "Signet memory integration"
|
|
metadata:
|
|
{
|
|
"openclaw":
|
|
{
|
|
"emoji": "🔗",
|
|
"events": ["command:remember", "command:recall", "command:context", "command:new", "command:reset"],
|
|
},
|
|
}
|
|
---
|
|
|
|
# Agent Memory Hook (Signet)
|
|
|
|
- `/context` - Load memory context
|
|
- `/remember <content>` - Save a memory
|
|
- `/recall <query>` - Search memories
|