mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
29 lines
691 B
JSON
29 lines
691 B
JSON
{
|
|
"name": "agent_js",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"packageManager": "pnpm@9.5.0",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@langchain/langgraph-cli": "^0.0.10",
|
|
"@types/html-to-text": "^9.0.4",
|
|
"@types/node": "^22.9.0",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/sdk-js": "^1.5.13",
|
|
"@langchain/anthropic": "^0.3.8",
|
|
"@langchain/core": "^0.3.18",
|
|
"@langchain/google-genai": "^0.1.4",
|
|
"@langchain/langgraph": "0.2.44",
|
|
"@langchain/openai": "^0.3.14",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|