mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
Added a js-example to show it builds Adapted integration tests after removing the test CLI command --------- Co-authored-by: Nuno Campos <nuno@langchain.dev>
9 lines
130 B
JSON
9 lines
130 B
JSON
{
|
|
"node_version": "20",
|
|
"graphs": {
|
|
"agent": "./src/agent/graph.ts:graph"
|
|
},
|
|
"env": ".env",
|
|
"dependencies": ["."]
|
|
}
|