 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>
		
			
				
	
	
		
			32 lines
		
	
	
		
			868 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			868 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /**
 | |
|  * @license lucide-react v0.294.0 - ISC
 | |
|  *
 | |
|  * This source code is licensed under the ISC license.
 | |
|  * See the LICENSE file in the root directory of this source tree.
 | |
|  */
 | |
| 
 | |
| import createLucideIcon from '../createLucideIcon.js';
 | |
| 
 | |
| const MapPinOff = createLucideIcon("MapPinOff", [
 | |
|   [
 | |
|     "path",
 | |
|     { d: "M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5", key: "12a8pk" }
 | |
|   ],
 | |
|   [
 | |
|     "path",
 | |
|     {
 | |
|       d: "M19.18 13.52A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8 7.88 7.88 0 0 0-3.52.82",
 | |
|       key: "1r9f6y"
 | |
|     }
 | |
|   ],
 | |
|   [
 | |
|     "path",
 | |
|     { d: "M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3 2.78 2.78 0 0 0 .87-.13", key: "erynq7" }
 | |
|   ],
 | |
|   ["path", { d: "M14.9 9.25a3 3 0 0 0-2.15-2.16", key: "1hwwmx" }],
 | |
|   ["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }]
 | |
| ]);
 | |
| 
 | |
| export { MapPinOff as default };
 | |
| //# sourceMappingURL=map-pin-off.js.map
 |