@langgraph-js/pro
Version:
The Pro SDK for LangGraph - seamlessly integrate your AI agents with frontend interfaces and build complex AI workflows
50 lines • 1.17 kB
JSON
{
"name": "@langgraph-js/pro",
"version": "2.2.0",
"description": "The Pro SDK for LangGraph - seamlessly integrate your AI agents with frontend interfaces and build complex AI workflows",
"main": "dist/index.js",
"type": "module",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"langgraph",
"ui",
"sdk",
"frontend",
"ai",
"agents",
"langchain",
"react",
"workflow",
"swarm",
"state-management"
],
"author": "KonghaYao",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/KonghaYao/YaoAgent.git"
},
"homepage": "https://langgraph-js.netlify.app",
"bugs": {
"url": "https://github.com/KonghaYao/YaoAgent/issues"
},
"dependencies": {
"@langchain/core": "^1.0.1",
"@langchain/langgraph": "^1.0.1",
"@langchain/langgraph-swarm": "^1.0.0",
"@langchain/openai": "^1.0.0",
"langchain": "^1.1.1",
"openai": "^6.9.1",
"zod": "^4"
},
"devDependencies": {
"@types/node": "^22.15.30"
},
"scripts": {
"build": "tsc",
"prepublish": "pnpm build"
}
}