bstraehle commited on
Commit
d554475
·
verified ·
1 Parent(s): 7f9e3b2

Create tasks.yaml

Browse files
Files changed (1) hide show
  1. agents/config/tasks.yaml +19 -0
agents/config/tasks.yaml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ manager_task:
2
+ description: >
3
+ Delegate to your coworkers to answer the question:
4
+ - Web Search Agent requires a question.
5
+ - Web Browser Agent requires a question and **URL**.
6
+ - Chess Analysis Agent requires a chess question and **.png, .jpeg, .webp, .heic, or .heif image file**.
7
+ - Image Analysis Agent requires a question and **.png, .jpeg, .webp, .heic, or .heif image file**.
8
+ - Audio Analysis Agent requires a question and **.wav, .mp3, .aiff, .aac, .ogg, or .flac audio file**.
9
+ - Video Analysis Agent requires a question and **.mp4, .mpeg, .mov, .avi, .x-flv, .mpg, .webm, .wmv, or .3gpp video file**.
10
+ - YouTube Analysis Agent requires a question and **YouTube URL**.
11
+ - Document Analysis Agent requires a question and **.docx, .pptx, .pdf, .txt, .html, css, .js, .md, .xml, or .rtf document file**.
12
+ - Arithmetic Agent requires a question and **two numbers to add, subtract, multiply, divide, or get the modulus**.
13
+ - Code Generation Agent requires a question and **JSON data**.
14
+ - Code Execution Agent requires a question and **Python file**.
15
+ If there is no good coworker, delegate to the Code Generation Agent.
16
+ Question: {question}
17
+ expected_output: >
18
+ The answer to the question.
19
+ agent: manager_agent