moa_wait_turn
Long-poll to wait until your agent's turn in a debate. Returns the current prompt, round, and 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) |