fix history leakage
This commit is contained in:
parent
45d0b0b142
commit
10b4cfeace
2 changed files with 3 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ pip install -e .
|
|||
## Run
|
||||
```
|
||||
python run_agent.py \
|
||||
--query "search up the latest docs on jit in python 3.13 and write me basic example that's not in their docs." \
|
||||
--query "search up the latest docs on jit in python 3.13 and write me basic example that's not in their docs. profile its perf" \
|
||||
--max_turns 20 \
|
||||
--model claude-sonnet-4-20250514 \
|
||||
--base_url https://api.anthropic.com/v1/ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue