add vision model tool, cli updates for exclusive and inclusive toolsets

This commit is contained in:
Teknium 2025-08-04 00:14:16 -07:00
parent bf4223f381
commit cde7e64418
5 changed files with 1034 additions and 41 deletions

View file

@ -1,6 +1,14 @@
export WEB_TOOLS_DEBUG=true
python run_agent.py \
--query "search up the latest docs on huggingface datasets in python 3.13 and write me basic example that's not in their docs. profile its performance" \
--query "Tell me about this animal pictured: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQi1nkrYXY-ijQv5aCxkwooyg2roNFxj0ewJA&s" \
--max_turns 30 \
--model claude-sonnet-4-20250514 \
--base_url https://api.anthropic.com/v1/ \
--api_key $ANTHROPIC_API_KEY
--api_key $ANTHROPIC_API_KEY \
--enabled_toolsets=vision_tools
#Possible Toolsets:
#web_tools
#vision_tools
#terminal_tools