V1.1: strip dead fields (route/condition) from design templates
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -19,11 +19,9 @@ sections:
|
||||
|
||||
steps:
|
||||
- type: think
|
||||
route: boardroom
|
||||
rotate_participants: true
|
||||
loop:
|
||||
max_iterations: 3
|
||||
condition: until_consensus
|
||||
hint: |
|
||||
You are {agent.name}. This is round {task.iteration} of the Crimson Leaf boardroom.
|
||||
You are in a room with {agent_roster}.
|
||||
@@ -57,7 +55,6 @@ steps:
|
||||
If debate should continue, do NOT include that line.
|
||||
|
||||
- type: think
|
||||
route: llm
|
||||
agent: "Victor"
|
||||
hint: |
|
||||
You are Victor, CEO of Crimson Leaf LLC.
|
||||
|
||||
@@ -20,11 +20,9 @@ sections:
|
||||
|
||||
steps:
|
||||
- type: think
|
||||
route: boardroom
|
||||
rotate_participants: true
|
||||
loop:
|
||||
max_iterations: 3
|
||||
condition: until_consensus
|
||||
hint: |
|
||||
You are {agent.name}.
|
||||
{agent.identity}
|
||||
|
||||
Reference in New Issue
Block a user