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

Method build_graph

workflow/graph_manager.py:348–350  ·  view source on GitHub ↗

Build graph structure only (no memory/thinking initialization).

(self)

Source from the content-addressed store, hash-verified

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()

Callers 1

runMethod · 0.95

Calls 1

build_graph_structureMethod · 0.95

Tested by

no test coverage detected