Files
langgraph-memory/langgraph.json
William Fu-Hinthorn 9d1e6c4a4c Draft MemGPT Service
Using Pinecone and any model that supports tool binding.
2024-06-26 13:56:22 -07:00

9 lines
167 B
JSON

{
"dependencies": ["."],
"graphs": {
"agent": "./memory_service/graph.py:memgraph",
"chat": "./memory_service/chatbot.py:chatgraph"
},
"env": ".env"
}