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

Method _build_node_executors

workflow/graph.py:231–238  ·  view source on GitHub ↗

Build node executors using strategy pattern.

(self)

Source from the content-addressed store, hash-verified

229 return self.__execution_context
230
231 def _build_node_executors(self) -> None:
232 """Build node executors using strategy pattern."""
233
234 # Create node executors
235 self.node_executors = NodeExecutorFactory.create_executors(
236 self._get_execution_context(),
237 self.graph.subgraphs
238 )
239
240 def _ensure_human_prompt_service(self) -> HumanPromptService:
241 if self._human_prompt_service:

Callers 1

Calls 2

create_executorsMethod · 0.80

Tested by

no test coverage detected