cos_dispatch_formula
Generates a rendered agent prompt and input slice from formula, session, persona, and task data, letting the main agent construct a subagent dispatch without spawning it.
Instructions
Return the rendered agent prompt and input slice for a formula-agent. The main agent uses this to construct the subagent dispatch. Does NOT spawn the subagent — returns prompt text only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intensity | No | standard | |
| formula_id | Yes | ||
| persona_id | Yes | ||
| session_id | Yes | ||
| task_marker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |