MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / HermesProfileSelection

Class HermesProfileSelection

eval/run_real_model.py:134–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133@dataclass
134class HermesProfileSelection:
135 profile: str
136 profile_dir: Path
137 install_home: Path | None = None
138 _temp_dir: tempfile.TemporaryDirectory | None = None
139
140 def cleanup(self):
141 if self._temp_dir is not None:
142 self._temp_dir.cleanup()
143 self._temp_dir = None
144
145
146@dataclass

Callers 1

resolve_hermes_profileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected