Skip to content
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 24h

Options

  -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 duration

Options 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:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

agh memory history -o json

On this page