MCPcopy Create free account
hub / github.com/Integuru-AI/Integuru / __init__

Method __init__

integuru/models/DAGManager.py:9–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7 NODE_TYPES = {"cookie", "master", "cURL"}
8
9 def __init__(self):
10 self.graph = nx.DiGraph()
11 self.root_id = None
12 def add_node(
13 self,
14 node_type: Literal["cookie", "master", "cURL", "not found"],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected