27 lines
630 B
JSON
27 lines
630 B
JSON
{
|
|
"name": "agent",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"author": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "npx @langchain/langgraph-cli dev --port 8123 --no-browser"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/sdk-js": "1.10.6",
|
|
"@langchain/core": "^1.0.1",
|
|
"@langchain/google-genai": "^2.0.0",
|
|
"@langchain/langgraph": "1.0.2",
|
|
"@langchain/langgraph-checkpoint": "1.0.0",
|
|
"@langchain/openai": "^1.1.3",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/html-to-text": "^9.0.4",
|
|
"@types/node": "^22.9.0",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|