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

Method node_executor_func

workflow/graph.py:536–537  ·  view source on GitHub ↗
(n: Node, inp: List[Message])

Source from the content-addressed store, hash-verified

534
535 # Create node executor function
536 def node_executor_func(n: Node, inp: List[Message]) -> List[Message]:
537 return self._process_result(n, inp)
538
539 # Execute with dynamic edge executor
540 dynamic_executor = DynamicEdgeExecutor(self.log_manager, node_executor_func)

Callers 3

execute_from_inputsMethod · 0.80
_execute_unitMethod · 0.80
_execute_groupMethod · 0.80

Calls 1

_process_resultMethod · 0.95

Tested by

no test coverage detected