Skip to content

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

CommandPurpose
writeStore a new memory event
searchRun hybrid keyword and semantic search
recentList the newest events
tagsFilter events by tag
reflectSummarize what the system knows about a topic
readFetch 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.