UNPKG

@langgraph-js/sdk

Version:

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

43 lines 1 kB
{ "name": "@langgraph-js/sdk", "version": "1.10.3", "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" }, "keywords": [ "langgraph", "ui", "sdk", "frontend", "ai", "agents", "langchain", "react" ], "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": "^0.0.77", "jsonrepair": "^3.12.0", "nanostores": "^1.0.1", "ts-debounce": "^4.0.0", "zod": "^3.25.17", "zod-to-json-schema": "^3.24.5" }, "scripts": { "build": "tsc", "prepublish": "pnpm build" } }