mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-21 20:05:26 -04:00
92b26577b8
* fix(deepagents): bump langchain deps * formay * Update changeset by removing deprecated packages Removed several packages from the changeset. * fix build
36 lines
945 B
JSON
36 lines
945 B
JSON
{
|
|
"name": "examples",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@langchain/quickjs": "workspace:*",
|
|
"deepagents": "workspace:*",
|
|
"deepagents-acp": "workspace:*",
|
|
"@langchain/modal": "workspace:*",
|
|
"@langchain/anthropic": "^1.3.26",
|
|
"@langchain/core": "^1.1.38",
|
|
"@langchain/daytona": "workspace:*",
|
|
"@langchain/deno": "workspace:*",
|
|
"@langchain/node-vfs": "workspace:*",
|
|
"@langchain/langgraph-checkpoint": "^1.0.0",
|
|
"@langchain/openai": "^1.4.1",
|
|
"@langchain/tavily": "^1.2.0",
|
|
"langchain": "^1.2.39",
|
|
"langsmith": "^0.5.6",
|
|
"dedent": "^1.7.1",
|
|
"uuid": "^13.0.0",
|
|
"yaml": "^2.8.2",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/recommended": "^1.0.13",
|
|
"@types/node": "^25.2.3",
|
|
"@types/uuid": "^11.0.0",
|
|
"dotenv": "^17.2.4",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|