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

Method extractor

autofigure/agent.py:90–94  ·  view source on GitHub ↗

Lazy-load methodology extractor.

(self)

Source from the content-addressed store, hash-verified

88
89 @property
90 def extractor(self) -> MethodologyExtractor:
91 """Lazy-load methodology extractor."""
92 if self._extractor is None:
93 self._extractor = MethodologyExtractor(self.config)
94 return self._extractor
95
96 @property
97 def enhancer(self) -> ImageEnhancer:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected