moa_wait_turn
Long-poll until the agent's turn in a multi-agent debate. Returns speaker ID, round, prompt, full context, or signals debate completion or timeout.
Instructions
Long-poll until it is this agent's turn. Returns {speaker_id, round, prompt, full_context}, or {status:"debate_complete", transcript}, or {status:"timeout", retry:true} at the safety cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | MOA task id | |
| agent_id | Yes | Debate agent id (must be in preset agents) |