Files
langgraphjs/examples/ui-react/langgraph.json
T
2026-01-08 14:50:18 -08:00

16 lines
733 B
JSON

{
"node_version": "22",
"graphs": {
"agent": "./src/examples/branching-chat/agent.ts:agent",
"custom-streaming": "./src/examples/custom-streaming/agent.ts:agent",
"human-in-the-loop": "./src/examples/human-in-the-loop/agent.ts:agent",
"multi-step-graph": "./src/examples/multi-step-graph/agent.ts:agent",
"parallel-research": "./src/examples/parallel-research/agent.ts:agent",
"reasoning-agent": "./src/examples/reasoning-agent/agent.ts:agent",
"session-persistence": "./src/examples/session-persistence/agent.ts:agent",
"summarization-agent": "./src/examples/summarization-agent/agent.ts:agent",
"tool-calling-agent": "./src/examples/tool-calling-agent/agent.ts:agent"
},
"env": ".env"
}