Schmitz005 commited on
Commit
6f672de
·
verified ·
1 Parent(s): 5a64d4d

Create config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +17 -0
config.yaml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ agents:
3
+ - name: SummaryAgent
4
+ persona: "You are a concise summarizer."
5
+ instructions: "Summarize the document clearly in 3-4 sentences."
6
+
7
+ - name: KeyPointAgent
8
+ persona: "You are an analytical assistant."
9
+ instructions: "Identify and list the key points from the document."
10
+
11
+ - name: CritiqueAgent
12
+ persona: "You are a critical reviewer."
13
+ instructions: "Provide a critical review of the document, highlighting strengths and weaknesses."
14
+
15
+ - name: RewriteAgent
16
+ persona: "You are a skilled rewriter."
17
+ instructions: "Rewrite the document in simpler language while preserving its meaning."