mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
fd34bbfbf6
Run prettier on ~1,865 files across examples/ to match the monorepo's formatting standards. These files were imported as-is from standalone repos that used different prettier configs.
26 lines
617 B
JSON
26 lines
617 B
JSON
{
|
|
"name": "agent-langraph-interrupt",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "npx @langchain/langgraph-cli dev --port 8125 --no-browser"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/html-to-text": "^9.0.4",
|
|
"@types/node": "^22.19.11",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/sdk-js": "workspace:*",
|
|
"@langchain/core": "^1.1.26",
|
|
"@langchain/langgraph": "1.1.5",
|
|
"@langchain/langgraph-checkpoint": "1.0.0",
|
|
"@langchain/openai": "^1.2.8",
|
|
"zod": "^3.25.76"
|
|
}
|
|
}
|