Skip to content

tally memory

The agent’s curated MEMORY: what it knows, owner-readable and owner-editable, encrypted in the log with hash-chained provenance.

Launches inject it automatically; after each captured session a background reflect pass distills durable knowledge into it using YOUR harness one-shot (config: auto_reflect / reflect_model; per-launch: --no-reflect).

usage
tally memory <COMMAND>

Print the agent’s current memory document

usage
tally memory show [AGENT]
[AGENT]
The agent (default: the single-seat home)

Edit the memory in $VISUAL/$EDITOR; saves as a new hash-chained version

usage
tally memory edit [AGENT]

Distill pending captured sessions into memory using a harness one-shot (the reflect pass; the launch verbs run this in the background)

usage
tally memory reflect --harness <HARNESS> --model <MODEL> [AGENT]
[AGENT]
The agent (default: the single-seat home)
--harness <HARNESS>
Harness to run the one-shot on (claude-code | pi | codex)
--model <MODEL>
Model token (config reflect_model overrides this)