mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-23 01:26:57 -04:00
730dc7c3b8
Co-authored-by: David Duong <david@duong.cz>
16 lines
733 B
JSON
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"
|
|
}
|