Cycle-Only Dependency Graph¶
This graph shows only edges that are part of a cycle.
These represent critical architectural risks and refactoring priorities.
graph TD
andromeda.core.services.asyncprocessmanager --> andromeda.core.services.asyncprocessmanager
andromeda.core.services.asyncprocessmanager --> andromeda.core.services.scheduleoptimizer
andromeda.core.services.calculator --> andromeda.core.services.asyncprocessmanager
andromeda.core.services.calculator --> andromeda.core.services.calculator
andromeda.core.services.registry --> andromeda.core.services.registry
andromeda.core.services.registry --> andromeda.core.services.signalrmsg
andromeda.core.services.scheduleoptimizer --> andromeda.core.services.asyncprocessmanager
andromeda.core.services.scheduleoptimizer --> andromeda.core.services.calculator
andromeda.core.services.scheduleoptimizer --> andromeda.core.services.scheduleoptimizer
andromeda.core.services.signalrmsg --> andromeda.core.services.registry
andromeda.core.services.signalrmsg --> andromeda.core.services.signalrmsg