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:
|
steps:
|
||||||
- type: think
|
- type: think
|
||||||
route: boardroom
|
|
||||||
rotate_participants: true
|
rotate_participants: true
|
||||||
loop:
|
loop:
|
||||||
max_iterations: 3
|
max_iterations: 3
|
||||||
condition: until_consensus
|
|
||||||
hint: |
|
hint: |
|
||||||
You are {agent.name}. This is round {task.iteration} of the Crimson Leaf boardroom.
|
You are {agent.name}. This is round {task.iteration} of the Crimson Leaf boardroom.
|
||||||
You are in a room with {agent_roster}.
|
You are in a room with {agent_roster}.
|
||||||
@@ -57,7 +55,6 @@ steps:
|
|||||||
If debate should continue, do NOT include that line.
|
If debate should continue, do NOT include that line.
|
||||||
|
|
||||||
- type: think
|
- type: think
|
||||||
route: llm
|
|
||||||
agent: "Victor"
|
agent: "Victor"
|
||||||
hint: |
|
hint: |
|
||||||
You are Victor, CEO of Crimson Leaf LLC.
|
You are Victor, CEO of Crimson Leaf LLC.
|
||||||
|
|||||||
@@ -20,11 +20,9 @@ sections:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- type: think
|
- type: think
|
||||||
route: boardroom
|
|
||||||
rotate_participants: true
|
rotate_participants: true
|
||||||
loop:
|
loop:
|
||||||
max_iterations: 3
|
max_iterations: 3
|
||||||
condition: until_consensus
|
|
||||||
hint: |
|
hint: |
|
||||||
You are {agent.name}.
|
You are {agent.name}.
|
||||||
{agent.identity}
|
{agent.identity}
|
||||||
|
|||||||
Reference in New Issue
Block a user