feat: implement tools loading api

This commit is contained in:
He Tao
2025-04-23 14:38:04 +08:00
parent 8129370bbd
commit dae036f583
7 changed files with 265 additions and 71 deletions

View File

@@ -10,7 +10,7 @@ lint:
uv run black --check .
serve:
uv run server.py
uv run server.py --reload
test:
uv run pytest tests/