MCPcopy Create free account
hub / github.com/MARIO-Math-Reasoning/Super_MARIO / create_node

Method create_node

mcts_math/agents/tree.py:95–98  ·  view source on GitHub ↗

subclass must implement

(self, parent: Optinal[Type[BaseNode]] = None)

Source from the content-addressed store, hash-verified

93
94 @abstractmethod
95 def create_node(self, parent: Optinal[Type[BaseNode]] = None) -> Type[BaseNode]:
96 """
97 subclass must implement
98 """
99
100 @abstractmethod
101 def create_llm(self) -> Callable[[...], List[str]]:

Callers 1

create_rootMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected