Spaces:
Sleeping
Sleeping
| """Learned router trained on logged retrieval traces + acceptance signals. | |
| [v2 — stub] | |
| """ | |
| from __future__ import annotations | |
| class LearnedRouter: # pragma: no cover - [v2] | |
| def __init__(self, *args, **kwargs): | |
| raise NotImplementedError("Learned router is a v2 component.") | |