mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 23:46:50 +00:00
chore(backend): update build configs and remove old services
- Makefile - update commands - langgraph.json - update LangGraph configuration - pyproject.toml - add new dependencies - uv.lock - update lockfile - Remove deprecated app/gateway/services.py Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ gateway:
|
||||
PYTHONPATH=. uv run uvicorn app.gateway.app:app --host 0.0.0.0 --port 8001
|
||||
|
||||
test:
|
||||
PYTHONPATH=. uv run pytest tests/ -v
|
||||
PYTHONPATH=. uv run pytest tests/unittest -v
|
||||
|
||||
lint:
|
||||
uvx ruff check .
|
||||
|
||||
Reference in New Issue
Block a user