mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-14 16:08:41 +00:00
* fix: restore standalone LangGraph Studio compatibility * fix: secure standalone Studio assistant ownership * fix: harden Studio provenance reconciliation * fix: repair Studio persistence before runtime startup * fix: harden standalone Studio compatibility
21 lines
472 B
JSON
21 lines
472 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/gateway/langgraph_auth.py:auth"
|
|
},
|
|
"http": {
|
|
"app": "./app/gateway/langgraph_studio.py:langgraph_app"
|
|
},
|
|
"checkpointer": {
|
|
"path": "./packages/harness/deerflow/runtime/checkpointer/async_provider.py:make_checkpointer"
|
|
}
|
|
}
|