@polybiouslabs/polybious
Version:
Polybius is a next-generation intelligent agent framework built for adaptability across diverse domains. It merges contextual awareness, multi-agent collaboration, and predictive reasoning to deliver dynamic, self-optimizing performance.
82 lines (81 loc) • 2.25 kB
JSON
{
"name": "@polybiouslabs/polybious",
"version": "1.1.0",
"description": "Polybius is a next-generation intelligent agent framework built for adaptability across diverse domains. It merges contextual awareness, multi-agent collaboration, and predictive reasoning to deliver dynamic, self-optimizing performance.",
"main": "dist/main.js",
"module": "dist/index.js",
"type": "module",
"keywords": [
"ai",
"intelligent-agent",
"social-media-automation",
"polybius",
"artificial-intelligence",
"machine-learning",
"adaptive-systems",
"multi-modal-ai",
"function-calling",
"contextual-memory",
"multi-agent",
"automation-framework",
"predictive-modeling",
"reinforcement-learning"
],
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"start": "bun run src/main.ts",
"dev": "bun --watch src/main.ts",
"build": "tsc",
"type-check": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"pm2:start": "pm2 start pm2.config.js",
"pm2:stop": "pm2 stop polybious",
"pm2:restart": "pm2 restart polybious",
"pm2:logs": "pm2 logs polybious",
"pm2:status": "pm2 status polybious"
},
"author": "Polybious Team",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/node": "^20.0.0",
"agent-twitter-client": "^0.0.16",
"axios": "^1.6.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"lodash": "^4.17.21",
"natural": "^6.6.0",
"node-cron": "^3.0.3",
"openai": "^4.20.0",
"pm2": "^5.4.3",
"redis": "^4.6.0",
"sharp": "^0.32.0",
"socket.io": "^4.7.0",
"uuid": "^11.0.3",
"winston": "^3.11.0",
"ws": "^8.14.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bun": "latest",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.0",
"@types/natural": "^5.1.0",
"@types/node-cron": "^3.0.0",
"@types/uuid": "^9.0.0",
"@types/ws": "^8.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
}
}