Add batch processing capabilities with checkpointing and statistics tracking, along with toolset distribution management. Update README and add test scripts for validation.
This commit is contained in:
parent
bc5f0e62d9
commit
0e2e69a71d
6 changed files with 1168 additions and 9 deletions
10
test_run.sh
10
test_run.sh
|
|
@ -20,12 +20,4 @@ python run_agent.py \
|
|||
--model claude-sonnet-4-5-20250929 \
|
||||
--base_url https://api.anthropic.com/v1/ \
|
||||
--api_key $ANTHROPIC_API_KEY \
|
||||
--save_trajectories \
|
||||
--enabled_toolsets=web
|
||||
|
||||
# --model claude-sonnet-4-20250514 \
|
||||
#
|
||||
#Possible Toolsets:
|
||||
#web_tools
|
||||
#vision_tools
|
||||
#terminal_tools
|
||||
--save_trajectories
|
||||
Loading…
Add table
Add a link
Reference in a new issue