AgentForge

agentforge memory

Manage agent memories from the command line.

Usage

agentforge memory list
agentforge memory search "customer preferences"
agentforge memory clear --namespace customer_123

Subcommands

CommandDescription
listList stored memories
search <query>Search memories
clearClear memories
exportExport memories to JSON
importImport memories from JSON

Options

FlagDescription
--namespace, -nFilter by namespace
--limitMax results
--formatOutput format (text, json)

Examples

# 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

Next Steps