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

Class _BoomClient

scripts/hermes_plugin_unit_check.py:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 # Expand-query synthesis must degrade (retrieval intact) on ANY
334 # auxiliary failure, not just TimeoutError.
335 class _BoomClient:
336 def call_llm(self, **kwargs):
337 raise RuntimeError("provider exploded")
338
339 retrieval = {
340 "status": "ok",

Callers 1

run_checksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected