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:
31
frontend/node_modules/lucide-react/dist/esm/icons/beer-off.js
generated
vendored
Normal file
31
frontend/node_modules/lucide-react/dist/esm/icons/beer-off.js
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
/**
|
||||
* @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 BeerOff = createLucideIcon("BeerOff", [
|
||||
["path", { d: "M13 13v5", key: "igwfh0" }],
|
||||
["path", { d: "M17 11.47V8", key: "16yw0g" }],
|
||||
["path", { d: "M17 11h1a3 3 0 0 1 2.745 4.211", key: "1xbt65" }],
|
||||
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
||||
["path", { d: "M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3", key: "c55o3e" }],
|
||||
[
|
||||
"path",
|
||||
{ d: "M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268", key: "1ydug7" }
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12",
|
||||
key: "q81o7q"
|
||||
}
|
||||
],
|
||||
["path", { d: "M9 14.6V18", key: "20ek98" }]
|
||||
]);
|
||||
|
||||
export { BeerOff as default };
|
||||
//# sourceMappingURL=beer-off.js.map
|
||||
Reference in New Issue
Block a user