Skip to content

compozy loop

Manage Loop definitions and runs

For people running agent work32 pages in this section

compozy loop

Manage Loop definitions and runs

compozy loop [flags]

Options

  -h, --help   help for loop

Options inherited from parent commands

      --json             Emit JSON output
  -o, --output string    Output format: human, json, jsonl, or toon (default "human")
      --profile string   Act as a profile for this command

Output Formats

The root -o, --output flag accepts these values. A renderer is supported only when this command writes that result; jsonl is for commands that emit one JSON record per line.

FormatCommand result
humanInteractive terminal rendering
jsonMachine-readable JSON rendering
jsonlOne JSON record per line when supported
toonCompact agent-readable rendering

Example:

compozy loop -o json

Subcommands

CommandDescription
compozy loop approveApply one Loop human-gate decision
compozy loop cancelCancel one Loop run
compozy loop configureWrite per-loop runtime config overrides
compozy loop createCreate, fork, or publish one Loop definition
compozy loop deleteDelete one user-authored Loop definition
compozy loop diffCompare Loop generations or runs
compozy loop editEdit and publish one Loop definition with $EDITOR
compozy loop eventsRead one Loop run timeline
compozy loop forkFork a new Loop run from history
compozy loop inspectInspect one Loop definition
compozy loop listList Loop definitions
compozy loop nodeManage one authored Loop node
compozy loop nodesList workspace Loop node state
compozy loop pausePause one Loop run
compozy loop requestInspect one human request
compozy loop requestsList human requests
compozy loop rerunRerun from one settled Loop node
compozy loop respondAnswer or decide one human request
compozy loop resumeResume one Loop run
compozy loop runStart or dry-run one Loop
compozy loop runsList workspace Loop runs
compozy loop statusInspect one Loop run
compozy loop turnsList one Loop run's Goal turn audit
compozy loop validateValidate one Loop definition without saving
compozy loop whyExplain one Loop run

On this page