mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
b0ea64c718
Bump the 16 integration examples already on the 1.62.x line from 1.62.1 to 1.62.2 (the just-published release), including their in-tree agent sub-packages (langgraph-js/agent sdk-js, agentcore CDK lambda runtime) that had drifted to 1.61.0. Regenerated the co-located package-lock.json files against the published 1.62.2. a2a-a2ui and agent-spec remain at 1.61.0 (QA-held; out of scope).
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.2",
|
|
"@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"
|
|
}
|
|
}
|