Files
memory-template/langgraph.json
2024-10-02 13:33:56 -07:00

11 lines
241 B
JSON

{
"dockerfile_lines": [],
"graphs": {
"chatbot": "./src/chatbot/graph.py:graph",
"memory_graph": "./src/memory_graph/graph.py:graph"
},
"env": ".env",
"python_version": "3.11",
"dependencies": ["."]
}