CLI Reference
Hippocampus ships with a thin CLI called hcamp. This section gives one page per command so each operation is easy to scan and link to.
Available Commands
| Command | Purpose |
|---|---|
| write | Store a new memory event |
| search | Run hybrid keyword and semantic search |
| recent | List the newest events |
| tags | Filter events by tag |
| reflect | Summarize what the system knows about a topic |
| read | Fetch a single event by ID |
Shared Pattern
Most commands work against the same local SQLite database and reuse the model path stored in metadata after the first run with --model-path.
If the model path or tokenizer is missing, Hippocampus fails clearly instead of falling back to dummy embeddings.