Skip to main content
Your AI assistant can remember details across sessions using the memory feature. You can manage this memory using the CLI.

Usage

apollo memory <subcommand>

Subcommands

  • list: View all stored memories.
  • add <content>: Manually add a new memory.
  • clear: Clear all stored memories.

Examples

View memories:
apollo memory list
Add a memory:
apollo memory add "My preferred language is TypeScript"
Clear all memory:
apollo memory clear