mirror of
https://github.com/langchain-ai/memory-template.git
synced 2026-07-21 00:15:25 -04:00
11 lines
242 B
JSON
11 lines
242 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": ["."]
|
|
}
|