 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>
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| <p align="center">
 | |
|   <a href="https://github.com/lucide-icons/lucide#gh-light-mode-only">
 | |
|     <img src="https://lucide.dev/lucide-react.svg#gh-light-mode-only" alt="Lucide React - Implementation of the lucide icon library for react applications." width="540">
 | |
|   </a>
 | |
|   <a href="https://github.com/lucide-icons/lucide#gh-dark-mode-only">
 | |
|     <img src="https://lucide.dev/package-logos/dark/lucide-react.svg#gh-dark-mode-only" alt="Lucide React - Implementation of the lucide icon library for react applications." width="540">
 | |
|   </a>
 | |
| </p>
 | |
| 
 | |
| 
 | |
| # Lucide React
 | |
| 
 | |
| Implementation of the lucide icon library for react applications.
 | |
| 
 | |
| > What is lucide? Read it [here](https://github.com/lucide-icons/lucide#what-is-lucide).
 | |
| 
 | |
| ## Installation
 | |
| 
 | |
| ```sh
 | |
| yarn add lucide-react
 | |
| ```
 | |
| 
 | |
| or
 | |
| 
 | |
| ```sh
 | |
| npm install lucide-react
 | |
| ```
 | |
| 
 | |
| ## Documentation
 | |
| 
 | |
| For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-react)
 | |
| 
 | |
| ## Community
 | |
| 
 | |
| Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
 | |
| 
 | |
| ## License
 | |
| 
 | |
| Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
 | |
| 
 | |
| ## Sponsors
 | |
| 
 | |
| <a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
 | |
|   <img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
 | |
| </a>
 | |
| 
 | |
| <a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
 | |
| 
 | |
| ### Awesome backer 🍺
 | |
| 
 | |
| <a href="https://www.scipress.io?utm_source=lucide"><img src="https://lucide.dev/sponsors/scipress.svg" width="180" alt="Scipress sponsor badge" /></a>
 |