Files
agent-chat-ui/langgraph.json

12 lines
178 B
JSON
Raw Normal View History

2025-02-18 19:35:46 +01:00
{
2025-03-06 18:00:33 -08:00
"node_version": "20",
2025-02-18 19:35:46 +01:00
"graphs": {
2025-03-07 14:46:49 +01:00
"agent": "./agent/agent.ts:graph"
2025-02-18 19:35:46 +01:00
},
"ui": {
2025-02-27 15:41:47 -08:00
"agent": "./agent/uis/index.tsx"
2025-02-18 19:35:46 +01:00
},
"env": ".env",
"dependencies": ["."]
2025-02-18 19:35:46 +01:00
}