27 lines
588 B
JSON
27 lines
588 B
JSON
{
|
|
"name": "agent",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "langgraphjs dev --port 8123 --no-browser"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/sdk-js": "1.62.3",
|
|
"@langchain/core": "1.1.49",
|
|
"@langchain/langgraph": "1.3.0",
|
|
"@langchain/openai": "1.4.4",
|
|
"langchain": "1.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@langchain/langgraph-cli": "1.2.4",
|
|
"@types/html-to-text": "^9.0.4",
|
|
"@types/node": "^22.9.0",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|