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

Class OtherProviderCtx

scripts/hermes_plugin_unit_check.py:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 ok("code-graph tools register; provider-owned fact tools dedup", f"{len(ctx.tools)} tools")
178
179 class OtherProviderCtx(StubCtx):
180 def __init__(self):
181 super().__init__()
182 self.config = {"memory": {"provider": "honcho"}}
183
184 other = OtherProviderCtx()
185 plugin.register(other)

Callers 1

run_checksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected