MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / get_cycle_manager

Method get_cycle_manager

workflow/graph_manager.py:344–346  ·  view source on GitHub ↗

Get the cycle manager instance.

(self)

Source from the content-addressed store, hash-verified

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)."""

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected