From 0e5b494e12f141a8119da0ffe6ebb032c1579843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Sat, 23 May 2026 08:28:54 +0000 Subject: [PATCH] chore(debate): remove round limit, let step control drive pacing --- examples/debate.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/examples/debate.yaml b/examples/debate.yaml index 505af3f..f81f321 100644 --- a/examples/debate.yaml +++ b/examples/debate.yaml @@ -56,9 +56,6 @@ conditions: forConceded: description: "The for side conceded" expression: "$last('for').conceded = true" - moreRounds: - description: "Fewer than 3 rounds completed per side" - expression: "$count(steps[role = 'against']) < 3" graph: $START: - role: "against" @@ -76,8 +73,5 @@ graph: condition: "forConceded" prompt: "The for side conceded. Debate over." - role: "against" - condition: "moreRounds" - prompt: "Counter the opposing argument. Address their points directly." - - role: "$END" condition: null - prompt: "Maximum rounds reached. Debate over." + prompt: "Counter the opposing argument. Address their points directly."