fix: handle todo_write string inputs for issue 340

Co-authored-by: gui-yue <yuemeng.gui@gmail.com>
This commit is contained in:
Haoran
2026-06-02 23:11:30 +08:00
committed by gui-yue
parent 595a52a17f
commit ee9a747e09
8 changed files with 403 additions and 172 deletions

View File

@@ -23,7 +23,7 @@ jobs:
run: pip install anthropic python-dotenv pytest
- name: Run Python smoke tests
run: python -m pytest tests/test_agents_smoke.py -q
run: python -m pytest tests -q
web-build:
runs-on: ubuntu-latest