Skip to content
Hooks
AGH RuntimeHooks

agh hooks events

List supported hook events

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

agh hooks events

List supported hook events

agh hooks events [flags]

Options

      --family string   Filter by hook event family
  -h, --help            help for events
      --sync-only       Show only sync-eligible events

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 hooks events -o json

On this page