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:
14
frontend/node_modules/lucide-react/dist/esm/icons/stethoscope.js
generated
vendored
14
frontend/node_modules/lucide-react/dist/esm/icons/stethoscope.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,14 +8,10 @@
|
||||
import createLucideIcon from '../createLucideIcon.js';
|
||||
|
||||
const Stethoscope = createLucideIcon("Stethoscope", [
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M4.8 2.3A.3.3 0 1 0 5 2H4a2 2 0 0 0-2 2v5a6 6 0 0 0 6 6v0a6 6 0 0 0 6-6V4a2 2 0 0 0-2-2h-1a.2.2 0 1 0 .3.3",
|
||||
key: "1jd90r"
|
||||
}
|
||||
],
|
||||
["path", { d: "M8 15v1a6 6 0 0 0 6 6v0a6 6 0 0 0 6-6v-4", key: "126ukv" }],
|
||||
["path", { d: "M11 2v2", key: "1539x4" }],
|
||||
["path", { d: "M5 2v2", key: "1yf1q8" }],
|
||||
["path", { d: "M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1", key: "rb5t3r" }],
|
||||
["path", { d: "M8 15a6 6 0 0 0 12 0v-3", key: "x18d4x" }],
|
||||
["circle", { cx: "20", cy: "10", r: "2", key: "ts1r5v" }]
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user