MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / __init__

Method __init__

src/harness/agentic_loop/verifier.py:105–107  ·  view source on GitHub ↗
(self, available_tool_names: Optional[set[str]] = None)

Source from the content-addressed store, hash-verified

103 """
104
105 def __init__(self, available_tool_names: Optional[set[str]] = None):
106 self._parser = YAMLTaskParser()
107 self._available_tools = available_tool_names or set()
108
109 def verify(self, plan_path: Path) -> VerificationResult:
110 """Verify a plan file with comprehensive semantic checks."""

Callers

nothing calls this directly

Calls 1

YAMLTaskParserClass · 0.90

Tested by

no test coverage detected