Skip to content
Me
AGH RuntimeMe

agh me

Inspect the current AGH-managed agent session

Audience
Operators running durable agent work
Focus
Me guidance shaped for scanability, day-two clarity, and operator context.

agh me

Inspect the current AGH-managed agent session

agh me [flags]

Examples

  # Show the current managed session identity
  agh me

  # Print machine-readable caller state
  agh me -o json

Options

  -h, --help   help for me

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 me -o json

Subcommands

CommandDescription
agh me contextInspect the bounded situation context for the current agent session

On this page