UNPKG

@dexwox-labs/a2a-node

Version:

Complete TypeScript implementation of Google's Agent-to-Agent (A2A) protocol - unified package with client, server and core components

45 lines (44 loc) 1.06 kB
{ "name": "@dexwox-labs/a2a-node", "version": "0.1.1", "description": "Complete TypeScript implementation of Google's Agent-to-Agent (A2A) protocol - unified package with client, server and core components", "homepage": "https://dexwox-innovations-org.github.io/a2a-node-sdk/", "repository": { "type": "git", "url": "https://github.com/Dexwox-Innovations-Org/a2a-node-sdk.git" }, "bugs": { "url": "https://github.com/Dexwox-Innovations-Org/a2a-node-sdk/issues" }, "keywords": [ "a2a", "agent-to-agent", "google", "protocol", "typescript", "sdk", "ai", "agent", "communication", "rpc", "api" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "dependencies": { "@dexwox-labs/a2a-client": "0.1.1", "@dexwox-labs/a2a-core": "0.1.0", "@dexwox-labs/a2a-server": "0.1.0" }, "devDependencies": { "typescript": "^5.8.3" }, "files": [ "dist" ], "license": "Apache-2.0" }