MCPcopy
hub / github.com/OpenBMB/ChatDev / record_node_start

Method record_node_start

utils/log_manager.py:86–89  ·  view source on GitHub ↗

Record the start of a node.

(self, node_id: str, inputs: List[Dict[str, str]], node_type: str = None,
                          details: Dict[str, Any] = None)

Source from the content-addressed store, hash-verified

84 # ================================================================
85
86 def record_node_start(self, node_id: str, inputs: List[Dict[str, str]], node_type: str = None,
87 details: Dict[str, Any] = None) -> None:
88 """Record the start of a node."""
89 self.logger.enter_node(node_id, inputs, node_type, details)
90
91 def record_node_end(self, node_id: str, output: str = None,
92 details: Dict[str, Any] = None) -> None:

Callers 1

_execute_nodeMethod · 0.80

Calls 1

enter_nodeMethod · 0.80

Tested by

no test coverage detected