feat: §17 ToolchainHandler 强约束实现(Step 1-4) #65

Merged
pangtong-fujunshi merged 10 commits from feat/17-toolchain-handler-impl into main 2026-06-13 16:33:20 +00:00
Showing only changes of commit fd3a889fae - Show all commits
+1
View File
@@ -42,6 +42,7 @@ jobs:
- name: Setup Python
run: |
rm -rf /tmp/ci-venv-test
python3 -m venv /tmp/ci-venv-test
/tmp/ci-venv-test/bin/pip install --quiet fastapi pydantic pyyaml uvicorn requests pytest pytest-asyncio httpx