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:
18
frontend/node_modules/lucide-react/dist/esm/icons/tractor.js
generated
vendored
18
frontend/node_modules/lucide-react/dist/esm/icons/tractor.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,15 +8,15 @@
|
||||
import createLucideIcon from '../createLucideIcon.js';
|
||||
|
||||
const Tractor = createLucideIcon("Tractor", [
|
||||
["path", { d: "M3 4h9l1 7", key: "1ftpo8" }],
|
||||
["path", { d: "M4 11V4", key: "9ft8pt" }],
|
||||
["path", { d: "M8 10V4", key: "1y5f7n" }],
|
||||
["path", { d: "M18 5c-.6 0-1 .4-1 1v5.6", key: "10zbvr" }],
|
||||
["path", { d: "m10 11 11 .9c.6 0 .9.5.8 1.1l-.8 5h-1", key: "2w242w" }],
|
||||
["circle", { cx: "7", cy: "15", r: ".5", key: "fbsjqy" }],
|
||||
["circle", { cx: "7", cy: "15", r: "5", key: "ddtuc" }],
|
||||
["path", { d: "m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20", key: "she1j9" }],
|
||||
["path", { d: "M16 18h-5", key: "bq60fd" }],
|
||||
["circle", { cx: "18", cy: "18", r: "2", key: "1emm8v" }]
|
||||
["path", { d: "M18 5a1 1 0 0 0-1 1v5.573", key: "1kv8ia" }],
|
||||
["path", { d: "M3 4h8.129a1 1 0 0 1 .99.863L13 11.246", key: "1q1ert" }],
|
||||
["path", { d: "M4 11V4", key: "9ft8pt" }],
|
||||
["path", { d: "M7 15h.01", key: "k5ht0j" }],
|
||||
["path", { d: "M8 10.1V4", key: "1jgyzo" }],
|
||||
["circle", { cx: "18", cy: "18", r: "2", key: "1emm8v" }],
|
||||
["circle", { cx: "7", cy: "15", r: "5", key: "ddtuc" }]
|
||||
]);
|
||||
|
||||
export { Tractor as default };
|
||||
|
||||
Reference in New Issue
Block a user