mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 19:28:23 +00:00
- 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>
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"$schema": "https://langgra.ph/schema.json",
|
|
"python_version": "3.12",
|
|
"dependencies": ["."],
|
|
"env": ".env",
|
|
"graphs": {
|
|
"lead_agent": "deerflow.agents:make_lead_agent"
|
|
},
|
|
"auth": {
|
|
"path": "./app/plugins/auth/langgraph.py:auth"
|
|
},
|
|
"checkpointer": {
|
|
"path": "./packages/storage/store/persistence/async_provider.py:make_checkpointer"
|
|
}
|
|
}
|