Files
memory-template/langgraph.json
T
2024-10-02 08:45:11 -07:00

12 lines
228 B
JSON

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