Syncing
This commit is contained in:
@@ -29,8 +29,8 @@ steps:
|
||||
|
||||
DESIGN VERDICT: {design_verdict}
|
||||
|
||||
Victor (CEO): {peter_final}
|
||||
Nolan (CTO): {david_final}
|
||||
Victor (CEO): {victor_final}
|
||||
Nolan (CTO): {nolan_final}
|
||||
Sarah (Market Intelligence): {sarah_final}
|
||||
|
||||
ORIGINAL DESIGN SPECIFICATION:
|
||||
|
||||
@@ -3,10 +3,15 @@ description: >
|
||||
Independent review of a company design specification. Each board member
|
||||
critiques the design from their domain expertise.
|
||||
model: power
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
- "= identity.md"
|
||||
|
||||
sections:
|
||||
- agent
|
||||
- project
|
||||
- history
|
||||
- rag
|
||||
- deliverables
|
||||
- message
|
||||
@@ -15,8 +20,7 @@ sections:
|
||||
steps:
|
||||
- type: think
|
||||
hint: |
|
||||
You are {agent.name}.
|
||||
{agent.identity}
|
||||
You are {agent.name}, {agent.title}.
|
||||
|
||||
You are reviewing a COMPANY DESIGN SPECIFICATION produced by the Crimson Leaf boardroom.
|
||||
The full design document is in the deliverables above.
|
||||
|
||||
@@ -12,9 +12,15 @@ participants:
|
||||
iteration_limit: 3
|
||||
convergence_signal: "CONSENSUS REACHED"
|
||||
|
||||
participant_prompt:
|
||||
- "= identity.md"
|
||||
|
||||
sections:
|
||||
- agent
|
||||
- project
|
||||
- history
|
||||
- participants
|
||||
- participants_prompt
|
||||
- rag
|
||||
- deliverables
|
||||
- message
|
||||
@@ -37,8 +43,8 @@ steps:
|
||||
{this_agent_review}
|
||||
|
||||
OTHER REVIEWS:
|
||||
[Victor] {peter_review}
|
||||
[Nolan] {david_review}
|
||||
[Victor] {victor_review}
|
||||
[Nolan] {nolan_review}
|
||||
[Sarah] {sarah_review}
|
||||
[Elena] {elena_review}
|
||||
|
||||
@@ -64,8 +70,8 @@ steps:
|
||||
schema:
|
||||
consensus_critique: string
|
||||
design_verdict: string
|
||||
peter_final: string
|
||||
david_final: string
|
||||
victor_final: string
|
||||
nolan_final: string
|
||||
sarah_final: string
|
||||
elena_final: string
|
||||
key_changes: list
|
||||
@@ -78,7 +84,7 @@ steps:
|
||||
consensus_critique: "{consensus_critique}"
|
||||
key_changes: "{key_changes}"
|
||||
design_verdict: "{design_verdict}"
|
||||
peter_final: "{peter_final}"
|
||||
david_final: "{david_final}"
|
||||
victor_final: "{victor_final}"
|
||||
nolan_final: "{nolan_final}"
|
||||
sarah_final: "{sarah_final}"
|
||||
elena_final: "{elena_final}"
|
||||
|
||||
Reference in New Issue
Block a user