UNPKG

@multi-agent/sdk

Version:

AI Agents SDK for creating, using and sharing intelligent agents

63 lines (62 loc) 1.33 kB
{ "name": "@multi-agent/sdk", "version": "0.0.5", "description": "AI Agents SDK for creating, using and sharing intelligent agents", "keywords": [ "ai", "agents", "sdk", "grpc", "a2a", "mcp", "multi-agent" ], "author": "llong8", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist/", "LICENSE" ], "scripts": { "build": "tsup && npm run copy:proto", "copy:proto": "node scripts/copy-proto.js", "dev": "tsup --watch" }, "dependencies": { "@grpc/grpc-js": "^1.8.0", "@grpc/proto-loader": "^0.7.0" }, "peerDependencies": { "@langchain/core": ">=0.1.0", "@langchain/langgraph": ">=0.1.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsup": "^8.5.0", "typescript": "^5.0.0" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/llong8/multi-agent.git" }, "bugs": { "url": "https://github.com/llong8/multi-agent/issues" }, "homepage": "https://github.com/llong8/multi-agent#readme" }