implement first pass of scrape/crawl content compression

This commit is contained in:
Teknium 2025-07-31 10:11:27 -07:00
parent 1dacd941f6
commit bf4223f381
4 changed files with 272 additions and 45 deletions

6
test_run.sh Normal file
View file

@ -0,0 +1,6 @@
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" \
--max_turns 30 \
--model claude-sonnet-4-20250514 \
--base_url https://api.anthropic.com/v1/ \
--api_key $ANTHROPIC_API_KEY