NetworkChannels
agh network channels create
Create a runtime channel and start one session per selected agent
- Audience
- Operators running durable agent work
- Focus
- Network guidance shaped for scanability, day-two clarity, and operator context.
agh network channels create
Create a runtime channel and start one session per selected agent
agh network channels create [channel] [flags]Examples
# Create a launch channel with two local agents
agh network --workspace ~/dev/ad8 channels create ad8_launch \
--purpose "Coordinate launch work" \
--agent site_copywriter \
--agent growth_marketer \
-o jsonOptions
--agent stringArray Agent definition name to launch in the channel (repeatable)
--channel string Channel name when not passed as an argument
-h, --help help for create
--purpose string Human-readable channel purposeOptions inherited from parent commands
--json Emit JSON output
-o, --output string Output format: human, json, jsonl, or toon (default "human")
--workspace string Workspace root, name, or ID for scoped network dataOutput Formats
Every AGH command supports -o, --output:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Example:
agh network channels create [channel] -o json