Memory
AGH RuntimeMemory
agh memory history
Show memory operation history
- Audience
- Operators running durable agent work
- Focus
- Memory guidance shaped for scanability, day-two clarity, and operator context.
agh memory history
Show memory operation history
agh memory history [flags]Examples
# Show recent global and current-workspace memory operations
agh memory history
# Filter memory writes in the current workspace
agh memory history --scope workspace --operation memory.write --since 24hOptions
-h, --help help for history
--limit int Maximum number of operations to return (default 25)
--operation string Operation type, for example memory.write
--scope string Memory scope: global or workspace
--since string Show operations since an RFC3339 timestamp or relative durationOptions inherited from parent commands
--json Emit JSON output
-o, --output string Output format: human, json, jsonl, or toon (default "human")Output Formats
Every AGH command supports -o, --output:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Example:
agh memory history -o json