What problem does it solve?
LTM command reference provides clear, standardized syntax for saving, retrieving, and managing long-term memories within Anima, reducing ambiguity and errors during memory operations.
Core Features & Use Cases
- Remember: Save memories with optional flags for kind, impact, region, project, platform, and git context.
- Recall: Search memories by content using keyword or semantic search to retrieve relevant context.
- Memory Management: List, forget, and curate memories; add curiosity and diary entries to enrich context.
- Real-world example: An agent saves a project note with remember, then recalls it during planning session to inform decisions.
Quick Start
Use the anima remember command to save a memory for the current project, then use anima recall to fetch it later. For example:
- uv run anima remember "User prefers tabs" --kind learnings --impact medium
- uv run anima recall "User prefers tabs"