A voice moderator that fans out a debate topic to three worker tasks (advocate, critic, analyst) via `task.job_group(...)`, then synthesizes their replies. Workers are `LLMContextTask`s that keep their own conversation context across rounds and use the assistant-aggregator's `on_assistant_turn_stopped` event to ship the completed turn back as a job response.