 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>
		
			
				
	
	
		
			29 lines
		
	
	
		
			931 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			931 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 Ribbon = createLucideIcon("Ribbon", [
 | |
|   [
 | |
|     "path",
 | |
|     { d: "M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22", key: "1rnhq3" }
 | |
|   ],
 | |
|   ["path", { d: "m12 18 2.57-3.5", key: "116vt7" }],
 | |
|   ["path", { d: "M6.243 9.016a7 7 0 0 1 11.507-.009", key: "10dq0b" }],
 | |
|   ["path", { d: "M9.35 14.53 12 11.22", key: "tdsyp2" }],
 | |
|   [
 | |
|     "path",
 | |
|     {
 | |
|       d: "M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z",
 | |
|       key: "nmifey"
 | |
|     }
 | |
|   ]
 | |
| ]);
 | |
| 
 | |
| export { Ribbon as default };
 | |
| //# sourceMappingURL=ribbon.js.map
 |