moa_init
Initialize a multi-agent debate task from a preset config, returning agent dispatch map with binding slots.
Instructions
Initialize task state: agent list + debate params from an inline preset config. Returns {ok, card_url, agents} where agents is the dispatch map [{id, binding_slot?}] - use binding_slot to dispatch each debater with the correct model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | MOA task id | |
| preset_config | Yes | Inline preset: { agents: (string|{id, binding_slot?, ...})[], debate?: { rounds?: number } } |