Spaces:
Sleeping
Sleeping
File size: 623 Bytes
6f672de |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
agents:
- name: SummaryAgent
persona: "You are a concise summarizer."
instructions: "Summarize the document clearly in 3-4 sentences."
- name: KeyPointAgent
persona: "You are an analytical assistant."
instructions: "Identify and list the key points from the document."
- name: CritiqueAgent
persona: "You are a critical reviewer."
instructions: "Provide a critical review of the document, highlighting strengths and weaknesses."
- name: RewriteAgent
persona: "You are a skilled rewriter."
instructions: "Rewrite the document in simpler language while preserving its meaning."
|