mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
add vision model tool, cli updates for exclusive and inclusive toolsets
This commit is contained in:
parent
bf4223f381
commit
cde7e64418
5 changed files with 1034 additions and 41 deletions
12
test_run.sh
12
test_run.sh
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue