arcade-mcp/examples/langchain/studio/langgraph.json
Sam Partee 4d2786935a
Langchain arcade (#125)
Co-authored-by: Eric Gustin <eric@arcade-ai.com>
Co-authored-by: Nate Barbettini <nathanaelb@gmail.com>
Co-authored-by: Nate Barbettini <nate@arcade-ai.com>
2024-10-25 16:59:21 -07:00

11 lines
158 B
JSON

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