mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-13 16:45:01 -05:00
20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"name": "langchain",
|
|
"version": "1.0.0",
|
|
"description": "LangChain.js sample for pre/post processing",
|
|
"type": "module",
|
|
"main": "agent.js",
|
|
"scripts": {
|
|
"start": "node agent.js"
|
|
},
|
|
"dependencies": {
|
|
"@langchain/core": "^0.3.0",
|
|
"@langchain/google-vertexai": "^0.1.0",
|
|
"@toolbox-sdk/core": "^0.2.1",
|
|
"langchain": "^0.3.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|