 85bf1341f3
			
		
	
	85bf1341f3
	
	
	
		
			
			Frontend Enhancements: - Complete React TypeScript frontend with modern UI components - Distributed workflows management interface with real-time updates - Socket.IO integration for live agent status monitoring - Agent management dashboard with cluster visualization - Project management interface with metrics and task tracking - Responsive design with proper error handling and loading states Backend Infrastructure: - Distributed coordinator for multi-agent workflow orchestration - Cluster management API with comprehensive agent operations - Enhanced database models for agents and projects - Project service for filesystem-based project discovery - Performance monitoring and metrics collection - Comprehensive API documentation and error handling Documentation: - Complete distributed development guide (README_DISTRIBUTED.md) - Comprehensive development report with architecture insights - System configuration templates and deployment guides The platform now provides a complete web interface for managing the distributed AI cluster with real-time monitoring, workflow orchestration, and agent coordination capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			102 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			102 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "socket.io-client",
 | |
|   "version": "4.8.1",
 | |
|   "description": "Realtime application framework client",
 | |
|   "keywords": [
 | |
|     "realtime",
 | |
|     "framework",
 | |
|     "websocket",
 | |
|     "tcp",
 | |
|     "events",
 | |
|     "client"
 | |
|   ],
 | |
|   "files": [
 | |
|     "dist/",
 | |
|     "build/"
 | |
|   ],
 | |
|   "type": "commonjs",
 | |
|   "main": "./build/cjs/index.js",
 | |
|   "module": "./build/esm/index.js",
 | |
|   "exports": {
 | |
|     "./package.json": "./package.json",
 | |
|     "./dist/socket.io.js": "./dist/socket.io.js",
 | |
|     "./dist/socket.io.js.map": "./dist/socket.io.js.map",
 | |
|     ".": {
 | |
|       "import": {
 | |
|         "types": "./build/esm/index.d.ts",
 | |
|         "node": "./build/esm-debug/index.js",
 | |
|         "default": "./build/esm/index.js"
 | |
|       },
 | |
|       "require": {
 | |
|         "types": "./build/cjs/index.d.ts",
 | |
|         "default": "./build/cjs/index.js"
 | |
|       }
 | |
|     },
 | |
|     "./debug": {
 | |
|       "import": {
 | |
|         "types": "./build/esm/index.d.ts",
 | |
|         "default": "./build/esm-debug/index.js"
 | |
|       },
 | |
|       "require": {
 | |
|         "types": "./build/cjs/index.d.ts",
 | |
|         "default": "./build/cjs/index.js"
 | |
|       }
 | |
|     }
 | |
|   },
 | |
|   "types": "./build/esm/index.d.ts",
 | |
|   "dependencies": {
 | |
|     "@socket.io/component-emitter": "~3.1.0",
 | |
|     "debug": "~4.3.2",
 | |
|     "engine.io-client": "~6.6.1",
 | |
|     "socket.io-parser": "~4.2.4"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh",
 | |
|     "test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
 | |
|     "test:node": "mocha --require ts-node/register --require test/support/hooks.ts --exit test/index.ts",
 | |
|     "test:browser": "ts-node test/browser-runner.ts",
 | |
|     "test:types": "tsd",
 | |
|     "build": "rollup -c support/rollup.config.umd.js && rollup -c support/rollup.config.esm.js && rollup -c support/rollup.config.umd.msgpack.js",
 | |
|     "bundle-size": "node support/bundle-size.js",
 | |
|     "format:check": "prettier --check \"*.js\" \"lib/**/*.ts\" \"test/**/*.ts\" \"support/**/*.js\"",
 | |
|     "format:fix": "prettier --write \"*.js\" \"lib/**/*.ts\" \"test/**/*.ts\" \"support/**/*.js\"",
 | |
|     "prepack": "npm run compile"
 | |
|   },
 | |
|   "contributors": [
 | |
|     {
 | |
|       "name": "Guillermo Rauch",
 | |
|       "email": "rauchg@gmail.com"
 | |
|     },
 | |
|     {
 | |
|       "name": "Arnout Kazemier",
 | |
|       "email": "info@3rd-eden.com"
 | |
|     },
 | |
|     {
 | |
|       "name": "Vladimir Dronnikov",
 | |
|       "email": "dronnikov@gmail.com"
 | |
|     },
 | |
|     {
 | |
|       "name": "Einar Otto Stangvik",
 | |
|       "email": "einaros@gmail.com"
 | |
|     }
 | |
|   ],
 | |
|   "homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-client#readme",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/socketio/socket.io.git"
 | |
|   },
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/socketio/socket.io/issues"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "engines": {
 | |
|     "node": ">=10.0.0"
 | |
|   },
 | |
|   "tsd": {
 | |
|     "directory": "test"
 | |
|   },
 | |
|   "browser": {
 | |
|     "./test/node.ts": false
 | |
|   }
 | |
| }
 |