 c6d69695a8
			
		
	
	c6d69695a8
	
	
	
		
			
			- Create dedicated service classes for separated concerns: * AgentService: Agent management and health monitoring * WorkflowService: Workflow parsing and execution tracking * PerformanceService: Metrics and load balancing * BackgroundService: Background processes and cleanup * TaskService: Database persistence (already existed) - Refactor UnifiedCoordinator into UnifiedCoordinatorRefactored * Clean separation of responsibilities * Improved maintainability and testability * Dependency injection pattern for services * Clear service boundaries and interfaces - Maintain backward compatibility through re-exports - Update main.py to use refactored coordinator 🚀 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			28 lines
		
	
	
		
			887 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			887 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /**
 | |
|  * @license lucide-react v0.453.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 Ambulance = createLucideIcon("Ambulance", [
 | |
|   ["path", { d: "M10 10H6", key: "1bsnug" }],
 | |
|   ["path", { d: "M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2", key: "wrbu53" }],
 | |
|   [
 | |
|     "path",
 | |
|     {
 | |
|       d: "M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14",
 | |
|       key: "lrkjwd"
 | |
|     }
 | |
|   ],
 | |
|   ["path", { d: "M8 8v4", key: "1fwk8c" }],
 | |
|   ["path", { d: "M9 18h6", key: "x1upvd" }],
 | |
|   ["circle", { cx: "17", cy: "18", r: "2", key: "332jqn" }],
 | |
|   ["circle", { cx: "7", cy: "18", r: "2", key: "19iecd" }]
 | |
| ]);
 | |
| 
 | |
| export { Ambulance as default };
 | |
| //# sourceMappingURL=ambulance.js.map
 |