Agent Memory
agent-memoryAgent Memory — Store or recall private, scoped memory for your agent. Use {action:'store', content:'...'} to save a fact and {action:'recall', query:'...'} to fetch the most relevant memories by meaning (or the latest memories when query is empty). Good for continuity across sessions; agent-brain is the reasoning layer that reads and writes memory in the loop. (2 MESH/call, a tool · memory)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Payload for agent-memory |