arcade-mcp/examples/langchain-ts/langgraph.json
Sergio Serrano 8d0d77af10
Add Langchain example for our docs. (#399)
These examples are the same we have for Python in our docs.
2025-05-13 20:30:48 -03:00

9 lines
165 B
JSON

{
"node_version": "20",
"dockerfile_lines": [],
"dependencies": ["."],
"graphs": {
"agent": "./langgraph-with-user-auth.ts:graph"
},
"env": ".env"
}