| 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) |