hcamp write
Store a new memory event in SQLite.
Usage
bash
hcamp write "Changed auth system" --event-type decision --tags auth,security --importance 0.9Arguments
content- the memory text to store
Flags
--event-type- one ofobservation,decision,action, orreflection--tags- comma-separated tags for the event--importance- importance weight from0.0to1.0--model-path- path to the local.onnxmodel file--db-path- SQLite database path
Notes
Writes are durable immediately. Embeddings are computed asynchronously in the background after the row is stored.