Build graph structure only (no memory/thinking initialization).
(self)
| 346 | return self.cycle_manager |
| 347 | |
| 348 | def build_graph(self) -> None: |
| 349 | """Build graph structure only (no memory/thinking initialization).""" |
| 350 | self.build_graph_structure() |
no test coverage detected