agentforge memory
Manage agent memories from the command line.
agentforge memory list
agentforge memory search "customer preferences"
agentforge memory clear --namespace customer_123
| Command | Description |
|---|
list | List stored memories |
search <query> | Search memories |
clear | Clear memories |
export | Export memories to JSON |
import | Import memories from JSON |
| Flag | Description |
|---|
--namespace, -n | Filter by namespace |
--limit | Max results |
--format | Output format (text, json) |
# List all memories
agentforge memory list
# Search with namespace
agentforge memory search "return policy" -n customer_123
# Export
agentforge memory export > memories.json
# Clear a namespace
agentforge memory clear -n old_customer