Skip to content
Me
CompozyOS RuntimeMe

compozy me

Inspect the current Compozy-managed agent session

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

compozy me

Inspect the current Compozy-managed agent session

compozy me [flags]

Examples

  # Show the current managed session identity
  compozy me

  # Print machine-readable caller state
  compozy 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 Compozy 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:

compozy me -o json

Subcommands

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

On this page