Files
graphtest/langgraph.json

10 lines
182 B
JSON
Raw Normal View History

2024-09-13 16:28:17 -07:00
{
"dependencies": ["."],
"graphs": {
2025-08-30 23:35:08 +08:00
"agent": "./src/agent/graph.py:graph",
"my_agent": "./src/agent/my_graph.py:graph"
2024-09-13 16:28:17 -07:00
},
2025-06-03 20:53:37 +01:00
"env": ".env",
"image_distro": "wolfi"
2024-09-13 16:28:17 -07:00
}