Update to use toolsets and make them easy to create and configure
This commit is contained in:
parent
c7fa4447b8
commit
17608c1142
5 changed files with 1210 additions and 742 deletions
14
test_run.sh
14
test_run.sh
|
|
@ -17,14 +17,14 @@ export WEB_TOOLS_DEBUG=true
|
|||
python run_agent.py \
|
||||
--query "$PROMPT" \
|
||||
--max_turns 30 \
|
||||
# --model claude-sonnet-4-20250514 \
|
||||
# --base_url https://api.anthropic.com/v1/ \
|
||||
--model hermes-4-70B \
|
||||
--base_url http://bore.pub:8292/v1 \
|
||||
--model claude-sonnet-4-20250514 \
|
||||
--base_url https://api.anthropic.com/v1/ \
|
||||
--api_key $ANTHROPIC_API_KEY \
|
||||
--save_trajectories
|
||||
#--enabled_toolsets=vision_tools
|
||||
|
||||
--save_trajectories \
|
||||
--enabled_toolsets=web
|
||||
|
||||
# --model claude-sonnet-4-20250514 \
|
||||
#
|
||||
#Possible Toolsets:
|
||||
#web_tools
|
||||
#vision_tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue