UNPKG

@langgraph-js/sdk

Version:

The UI SDK for LangGraph - seamlessly integrate your AI agents with frontend interfaces

99 lines 2.19 kB
{ "name": "@langgraph-js/sdk", "version": "4.3.6", "description": "The UI SDK for LangGraph - seamlessly integrate your AI agents with frontend interfaces", "main": "dist/index.js", "type": "module", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "exports": { "./react": { "import": "./dist/react/index.js", "types": "./dist/react/index.d.ts" }, "./vue": { "import": "./dist/vue/index.js", "types": "./dist/vue/index.d.ts" }, "./solid": { "import": "./dist/solid/index.js", "types": "./dist/solid/index.d.ts" }, ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "keywords": [ "langgraph", "ui", "sdk", "frontend", "ai", "agents", "langchain", "react", "vue", "solid-js" ], "author": "LangGraph Team", "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/langgraph-sdk": "^1.0.0", "camelcase-keys": "^10.0.1", "change-case": "^5.4.4", "eventemitter3": "^5.0.1", "jsonrepair": "^3.12.0", "nanostores": "^1.0.1", "ts-debounce": "^4.0.0", "zod": "^4", "zod-to-json-schema": "^3.24.5" }, "peerDependencies": { "@nanostores/react": "^1.0.0", "@nanostores/solid": "^1.0.0", "@nanostores/vue": "^1.0.0", "react": "^19||^18", "solid-js": "^1.0.0", "vue": "^3.0.0" }, "peerDependenciesMeta": { "@nanostores/react": { "optional": true }, "@nanostores/vue": { "optional": true }, "@nanostores/solid": { "optional": true }, "solid-js": { "optional": true }, "react": { "optional": true }, "vue": { "optional": true } }, "devDependencies": { "@langgraph-js/pure-graph": "^2.0.0", "@types/react": "^19.1.6", "vue": "^3.5.14" }, "scripts": { "build": "tsc", "prepublish": "pnpm build" } }