gc_orchestration
Create and manage agent hierarchies using orchestration trees, supporting actions to plant, launch, seat, and list agents across parent-child node structures.
Instructions
Orchestration trees: create + seat-switch for agent hierarchies (Story 2.11, FR-21). Actions: plant, launch, seat, tree, node, list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Agent name (for plant) | |
| label | No | Label (for plant/launch) | |
| action | Yes | Action to perform | |
| message | No | Dispatch message (for launch) | |
| node_id | No | Node ID (for seat/node) | |
| tree_id | No | Tree ID (for plant/tree) | |
| session_id | No | Session ID (for plant) | |
| child_agent | No | Child agent name (for launch) | |
| parent_node_id | No | Parent node ID (for launch) |