Create tasks.yaml
Browse files- tasks.yaml +19 -0
tasks.yaml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# tasks.yaml
|
2 |
+
research_task:
|
3 |
+
description: >
|
4 |
+
Conduct a thorough research about {topic}
|
5 |
+
Make sure you find any interesting and relevant information given
|
6 |
+
the current year is 2024.
|
7 |
+
expected_output: >
|
8 |
+
A list with 10 bullet points of the most relevant information about {topic}
|
9 |
+
agent: researcher
|
10 |
+
|
11 |
+
reporting_task:
|
12 |
+
description: >
|
13 |
+
Review the context you got and expand each topic into a full section for a report.
|
14 |
+
Make sure the report is detailed and contains any and all relevant information.
|
15 |
+
expected_output: >
|
16 |
+
A fully fledge report with the main topics, each with a full section of information.
|
17 |
+
Formatted as markdown without '```'
|
18 |
+
agent: reporting_analyst
|
19 |
+
output_file: report.md
|