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

Method run

workflow/runtime/execution_strategy.py:29–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 self.execute_node_func = execute_node_func
28
29 def run(self) -> None:
30 dag_executor = DAGExecutor(
31 log_manager=self.log_manager,
32 nodes=self.nodes,
33 layers=self.layers,
34 execute_node_func=self.execute_node_func,
35 )
36 dag_executor.execute()
37
38
39class CycleExecutionStrategy:

Callers 1

runMethod · 0.95

Calls 2

executeMethod · 0.95
DAGExecutorClass · 0.90

Tested by

no test coverage detected