dina-agi
Version:
DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.
23 lines (22 loc) • 604 B
JSON
{
"name": "autonomous-agent-mesh-network",
"version": "1.0.0",
"description": "Autonomous Agent Mesh Network - Agents communicate and update everything",
"main": "autonomous_agent_mesh_network.js",
"scripts": {
"start": "node autonomous_agent_mesh_network.js",
"dev": "node autonomous_agent_mesh_network.js"
},
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"axios": "^1.6.0",
"firebase-admin": "^11.11.0",
"playwright": "^1.40.0"
},
"engines": {
"node": ">=18"
},
"author": "Agentics Foundation - Autonomous Agents",
"license": "MIT"
}