mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
717cfccedb
Bumps every @copilotkit/* pin (react-core, react-ui, runtime, a2ui-renderer, sdk-js) from 1.59.5 to 1.60.0 across the threads-enabled integration examples, and regenerates each package-lock.json to the 1.60.0 dependency closure. Excludes the vestigial langgraph-python-threads example.
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.60.0",
|
|
"@langchain/core": "1.1.44",
|
|
"@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"
|
|
}
|
|
}
|