Refactor UnifiedCoordinator to follow Single Responsibility Principle
- 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>
This commit is contained in:
12
frontend/node_modules/lucide-react/dist/esm/icons/volume-1.js
generated
vendored
12
frontend/node_modules/lucide-react/dist/esm/icons/volume-1.js
generated
vendored
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @license lucide-react v0.294.0 - ISC
|
||||
* @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.
|
||||
@@ -8,8 +8,14 @@
|
||||
import createLucideIcon from '../createLucideIcon.js';
|
||||
|
||||
const Volume1 = createLucideIcon("Volume1", [
|
||||
["polygon", { points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5", key: "16drj5" }],
|
||||
["path", { d: "M15.54 8.46a5 5 0 0 1 0 7.07", key: "ltjumu" }]
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",
|
||||
key: "uqj9uw"
|
||||
}
|
||||
],
|
||||
["path", { d: "M16 9a5 5 0 0 1 0 6", key: "1q6k2b" }]
|
||||
]);
|
||||
|
||||
export { Volume1 as default };
|
||||
|
||||
Reference in New Issue
Block a user