From 8dfb1bb1405944b7d89e2dcea3b275b928335a05 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Thu, 12 Mar 2026 05:08:45 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20roundtable=20max=5Fiterations=203?= =?UTF-8?q?=E2=86=929=20for=203-agent,=203-round=20deliberation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With 3 agents and max_iterations=3, effective_max=max(3,3)=3, meaning each agent speaks exactly once per roundtable — no back-and-forth. Adjudicator correctly rejected these as incomplete (score=0-58 on completeness/consensus_clarity/actionability). 9 iterations = 3 full rounds for 3 agents, allowing genuine debate: Round 1: Initial assessments | Round 2: Responses | Round 3: Consensus Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- templates/chapter_roundtable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chapter_roundtable.yml b/templates/chapter_roundtable.yml index a84a5e6..42e1793 100644 --- a/templates/chapter_roundtable.yml +++ b/templates/chapter_roundtable.yml @@ -24,7 +24,7 @@ steps: - type: think rotate_participants: true loop: - max_iterations: 3 + max_iterations: 9 hint: | You are {agent.name}, an editor in the editorial roundtable for this chapter. {agent.identity}