Spaces:
Sleeping
Sleeping
Create config.yaml
Browse files- 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."
|