MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / __init__

Method __init__

autofigure/extractor.py:51–59  ·  view source on GitHub ↗

Initialize the methodology extractor. Args: config: AutoFigure SDK configuration

(self, config: "Config")

Source from the content-addressed store, hash-verified

49 """
50
51 def __init__(self, config: "Config"):
52 """
53 Initialize the methodology extractor.
54
55 Args:
56 config: AutoFigure SDK configuration
57 """
58 self.config = config
59 self._llm_client = None
60
61 @property
62 def llm_client(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected