chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:58:18 +08:00
commit 6d5d58c1a9
18293 changed files with 3502153 additions and 0 deletions
@@ -0,0 +1,26 @@
{
"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"
}
}