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

Method _execute

workflow/graph.py:138–141  ·  view source on GitHub ↗
(self, task_prompt: Any)

Source from the content-addressed store, hash-verified

136 return executor
137
138 def _execute(self, task_prompt: Any):
139 self._raise_if_cancelled()
140 results = self.run(task_prompt)
141 self.graph.record(results)
142
143 def _build_memories_and_thinking(self) -> None:
144 """Initialize all memory and thinking managers before execution."""

Callers 3

_run_single_taskMethod · 0.95
execute_graphMethod · 0.45

Calls 3

_raise_if_cancelledMethod · 0.95
runMethod · 0.95
recordMethod · 0.80

Tested by

no test coverage detected