orchestrate_swarm
Decomposes high-level objectives into JITNA packets and coordinates specialized pillar agents (Router, Guardian, Executor, Scribe) for structured swarm execution.
Instructions
Encapsulates objectives into JITNA packets and coordinates 1+4 Specialized Pillar Agents (Router, Guardian, Executor, Scribe).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objective | Yes | High-level mission or task directive to be decomposed and orchestrated across agent pillars. | |
| target_pillar | No | Optional specific LoRA adapter designation, or 'auto' for dynamic routing. | |
| context_params | No | Key-value dictionary containing auxiliary runtime state or environmental variables. | |
| data_readiness | No | Percentage readiness of input data dependencies (0 to 100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objective | Yes | Original mission objective. | |
| jitna_packet | Yes | Decomposed JITNA v3 execution packet (I, D, delta, A, R, M). | |
| swarm_strategy | No | Dynamic LoRA switching execution strategy. | |
| assigned_pillars | Yes | Specialized pillar agent assignments with expected sub-tasks and switch latencies. |