Skip to content

Commit cfc2f20

Browse files
committed
adjust agent config to be exactly the same as in tapeagents
1 parent 995bff7 commit cfc2f20

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/agentlab/agents/tapeagent/conf/agent/plan_react.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ max_iterations: 2
44
llms:
55
default: ${llm}
66
tools_description: |
7-
- WebSearch - Performs web search.
8-
- VideoReader - Opens video from a youtube URL.
7+
- WebSearch - Performs a search in the web, wikipedia or youtube
8+
- VideoReader - Opens video from a youtube URL. Can access the video content, thumbnail, subtitles and audio.
99
- Browser - Browser tool that can load web pages and interact with their content.
10-
- CodeExecutor - Executes the python code snippet.
10+
- CodeExecutor - Executes the python code snippet
1111
known_actions:
1212
- _target_: hydra.utils.get_class
1313
path: tapeagents.tools.web_search.SearchAction
@@ -17,18 +17,12 @@ known_actions:
1717
path: tapeagents.tools.code_executor.PythonCodeAction
1818
- _target_: hydra.utils.get_class
1919
path: tapeagents.tools.browser.ClickAction
20-
- _target_: hydra.utils.get_class
21-
path: tapeagents.tools.browser.SelectOptionAction
22-
- _target_: hydra.utils.get_class
23-
path: tapeagents.tools.browser.InputTextAction
2420
- _target_: hydra.utils.get_class
2521
path: tapeagents.tools.browser.GoBackAction
2622
- _target_: hydra.utils.get_class
2723
path: tapeagents.tools.browser.GoForwardAction
2824
- _target_: hydra.utils.get_class
2925
path: tapeagents.tools.browser.OpenUrlAction
30-
- _target_: hydra.utils.get_class
31-
path: tapeagents.tools.browser.HoverAction
3226
- _target_: hydra.utils.get_class
3327
path: tapeagents.tools.simple_browser.PageDownAction
3428
- _target_: hydra.utils.get_class

0 commit comments

Comments
 (0)