Files
deer-flow/backend/langgraph.json

14 lines
294 B
JSON
Raw Normal View History

2026-01-14 07:15:02 +08:00
{
"$schema": "https://langgra.ph/schema.json",
"python_version": "3.12",
"dependencies": [
"."
],
2026-01-14 12:32:15 +08:00
"env": ".env",
2026-01-14 07:15:02 +08:00
"graphs": {
2026-01-15 22:05:54 +08:00
"lead_agent": "src.agents:make_lead_agent"
},
"checkpointer": {
"path": "./src/agents/checkpointer/async_provider.py:make_checkpointer"
2026-01-14 07:15:02 +08:00
}
}