Files
graphtest/langgraph.json
kexsh 6c7574cd88
Some checks failed
Integration Tests / Integration Tests (ubuntu-latest, 3.11) (push) Has been cancelled
Integration Tests / Integration Tests (ubuntu-latest, 3.12) (push) Has been cancelled
commit
2025-10-25 21:17:16 +08:00

10 lines
187 B
JSON

{
"dependencies": ["."],
"graphs": {
"agent": "./src/agent/graph.py:graph",
"my_agent": "./src/agent/my_graph.py:make_graph"
},
"env": ".env",
"image_distro": "wolfi"
}