- 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>
31 lines
755 B
JavaScript
31 lines
755 B
JavaScript
/**
|
|
* @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 Sprout = createLucideIcon("Sprout", [
|
|
["path", { d: "M7 20h10", key: "e6iznv" }],
|
|
["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z",
|
|
key: "9gtqwd"
|
|
}
|
|
],
|
|
[
|
|
"path",
|
|
{
|
|
d: "M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z",
|
|
key: "bkxnd2"
|
|
}
|
|
]
|
|
]);
|
|
|
|
export { Sprout as default };
|
|
//# sourceMappingURL=sprout.js.map
|