Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.apolloai.lol/llms.txt

Use this file to discover all available pages before exploring further.

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