 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>
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "engine.io-parser",
 | |
|   "description": "Parser for the client for the realtime Engine",
 | |
|   "license": "MIT",
 | |
|   "version": "5.2.3",
 | |
|   "main": "./build/cjs/index.js",
 | |
|   "module": "./build/esm/index.js",
 | |
|   "exports": {
 | |
|     "import": "./build/esm/index.js",
 | |
|     "require": "./build/cjs/index.js"
 | |
|   },
 | |
|   "types": "build/esm/index.d.ts",
 | |
|   "devDependencies": {
 | |
|     "prettier": "^3.3.2"
 | |
|   },
 | |
|   "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": "nyc mocha -r ts-node/register test/index.ts",
 | |
|     "test:browser": "zuul test/index.ts --no-coverage",
 | |
|     "format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.ts'",
 | |
|     "format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'",
 | |
|     "prepack": "npm run compile"
 | |
|   },
 | |
|   "homepage": "https://github.com/socketio/socket.io/tree/main/packages/engine.io-parser#readme",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/socketio/socket.io.git"
 | |
|   },
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/socketio/socket.io/issues"
 | |
|   },
 | |
|   "files": [
 | |
|     "build/"
 | |
|   ],
 | |
|   "browser": {
 | |
|     "./test/node": "./test/browser",
 | |
|     "./build/esm/encodePacket.js": "./build/esm/encodePacket.browser.js",
 | |
|     "./build/esm/decodePacket.js": "./build/esm/decodePacket.browser.js",
 | |
|     "./build/cjs/encodePacket.js": "./build/cjs/encodePacket.browser.js",
 | |
|     "./build/cjs/decodePacket.js": "./build/cjs/decodePacket.browser.js"
 | |
|   },
 | |
|   "engines": {
 | |
|     "node": ">=10.0.0"
 | |
|   }
 | |
| }
 |