UNPKG

@hashgraphonline/standards-agent-kit

Version:

A modular SDK for building on-chain autonomous agents using Hashgraph Online Standards, including HCS-10 for agent discovery and communication.

104 lines (103 loc) 2.81 kB
{ "name": "@hashgraphonline/standards-agent-kit", "version": "0.0.18", "description": "A modular SDK for building on-chain autonomous agents using Hashgraph Online Standards, including HCS-10 for agent discovery and communication.", "type": "module", "main": "./dist/index.es.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.es.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "vite build", "test": "jest", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "prepare": "npm run build", "prepublishOnly": "npm run build", "release": "npm publish --access public", "cli-demo": "tsx examples/cli-demo.ts", "interactive-demo": "tsx examples/interactive-demo.ts", "langchain-demo": "tsx examples/langchain-demo.ts", "plugin-demo": "tsx examples/plugin-system-example.ts", "plugin-weather": "tsx examples/plugins/weather/index.ts", "plugin-defi": "tsx examples/plugins/defi/index.ts" }, "keywords": [ "hedera", "hcs10", "hcs6", "hcs7", "standards", "sdk", "agent", "agentkit", "ai-agent", "autonomous-agent", "hashgraph", "web3", "langchain", "multi-agent", "hapi", "onchain" ], "author": "Hashgraph Online <hello@hashgraphonline.com>", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/hashgraph-online/standards-agent-kit" }, "bugs": { "url": "https://github.com/hashgraph-online/standards-agent-kit/issues" }, "homepage": "https://hashgraphonline.com/docs/libraries/standards-agent-kit/", "funding": { "type": "individual", "url": "https://github.com/sponsors/hashgraph-online" }, "engines": { "node": ">=18.0.0" }, "sideEffects": false, "readmeFilename": "README.md", "publishConfig": { "access": "public" }, "dependencies": { "@hashgraph/sdk": "^2.62.0", "@hashgraphonline/standards-sdk": "0.0.73", "@langchain/community": "^0.3.37", "@langchain/openai": "^0.5.1", "@octokit/rest": "^21.1.1", "dotenv": "^16.4.1", "langchain": "^0.3.19", "openai": "^4.28.0", "typescript": "^5.3.3", "zod": "^3.24.2" }, "devDependencies": { "@swc/core": "^1.11.21", "@swc/jest": "^0.2.37", "@types/jest": "^29.5.11", "@types/node": "^20.11.16", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "eslint": "^8.56.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "text-encoding": "^0.7.0", "tsconfig-paths": "^4.2.0", "tsx": "^4.19.3", "vite": "^6.2.3", "vite-plugin-dts": "^4.5.3" }, "resolutions": { "@hashgraph/sdk": "^2.62.0" } }