bstraehle commited on
Commit
6779cc1
·
verified ·
1 Parent(s): f08b01b

Update config/agents.yaml

Browse files
Files changed (1) hide show
  1. config/agents.yaml +8 -0
config/agents.yaml CHANGED
@@ -6,6 +6,14 @@ web_search_agent:
6
  backstory: >
7
  As an expert web search assistant, you search the web to answer the question.
8
 
 
 
 
 
 
 
 
 
9
  image_analysis_agent:
10
  role: >
11
  Image Analysis Agent
 
6
  backstory: >
7
  As an expert web search assistant, you search the web to answer the question.
8
 
9
+ web_browser_agent:
10
+ role: >
11
+ Web Browser Agent
12
+ goal: >
13
+ Given a question and URL, load the URL and act, extract, navigate, observe, and answer the question: {question}
14
+ backstory: >
15
+ As an expert browser assistant, you load the URL and act, extract, navigate, observe to answer the question.
16
+
17
  image_analysis_agent:
18
  role: >
19
  Image Analysis Agent