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:
rayhpeng
2026-04-22 11:30:43 +08:00
parent 892a06fe98
commit 4fa2c15613
5 changed files with 20 additions and 311 deletions
+4 -1
View File
@@ -6,7 +6,10 @@
"graphs": {
"lead_agent": "deerflow.agents:make_lead_agent"
},
"auth": {
"path": "./app/plugins/auth/langgraph.py:auth"
},
"checkpointer": {
"path": "./packages/harness/deerflow/runtime/checkpointer/async_provider.py:make_checkpointer"
"path": "./packages/storage/store/persistence/async_provider.py:make_checkpointer"
}
}