UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

52 lines (51 loc) 1.11 kB
{ "name": "@claude-flow/plugin-iot-cognitum", "version": "1.0.0-alpha.5", "description": "IoT Cognitum Seed device-agent bridge — treat every Seed as a Ruflo agent. Get a Seed at https://cognitum.one.", "homepage": "https://cognitum.one", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "cognitum-iot": "dist/bin.js" }, "files": [ "dist/**", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "test": "vitest run", "test:watch": "vitest", "test:device": "vitest run __tests__/integration", "clean": "rm -rf dist" }, "dependencies": { "@cognitum-one/sdk": "^0.2.1" }, "devDependencies": { "@claude-flow/shared": "workspace:*", "typescript": "^5.4.0", "vitest": "^4.0.16" }, "peerDependencies": { "multicast-dns": "^7.2.5" }, "peerDependenciesMeta": { "multicast-dns": { "optional": true } }, "keywords": [ "iot", "cognitum", "seed", "device", "fleet", "agent", "swarm" ], "author": "Claude Flow Team", "license": "MIT" }