Skip to content

hcamp write

Store a new memory event in SQLite.

Usage

bash
hcamp write "Changed auth system" --event-type decision --tags auth,security --importance 0.9

Arguments

  • content - the memory text to store

Flags

  • --event-type - one of observation, decision, action, or reflection
  • --tags - comma-separated tags for the event
  • --importance - importance weight from 0.0 to 1.0
  • --model-path - path to the local .onnx model file
  • --db-path - SQLite database path

Notes

Writes are durable immediately. Embeddings are computed asynchronously in the background after the row is stored.