Get the cycle manager instance.
(self)
| 342 | ) |
| 343 | |
| 344 | def get_cycle_manager(self) -> CycleManager: |
| 345 | """Get the cycle manager instance.""" |
| 346 | return self.cycle_manager |
| 347 | |
| 348 | def build_graph(self) -> None: |
| 349 | """Build graph structure only (no memory/thinking initialization).""" |