Skip to content

compozy ch

Use agent-facing coordination channels

For people running agent work5 pages in this section

compozy ch

Use agent-facing coordination channels

Examples

  # List channels visible to this session
  compozy ch list

  # Wait for task-run coordination messages
  compozy ch recv coord-run-123 --wait -o jsonl

Options

  -h, --help   help for ch

Options inherited from parent commands

      --json            Emit JSON output
  -o, --output string   Output format: human, json, jsonl, or toon (default "human")

Output Formats

This command displays human-readable help and its subcommand list. The inherited -o, --output and --json flags do not serialize help output.

FormatOutput
humanHelp and subcommand list
jsonNot emitted for help
jsonlNot emitted for help
toonNot emitted for help

Subcommands

CommandDescription
compozy ch listList coordination channels visible to the current agent session
compozy ch recvReceive queued coordination messages for a channel
compozy ch replyReply to a received coordination message
compozy ch sendSend one task-run coordination message

On this page