You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a deterministic model registry and execute exact or partial constraint-level models through the unknown-call dispatcher.
Why
The registry is only useful when a selected model can produce symbolic successors and send its unsupported domain to the configured residual fallback. The common contract must not depend on how a model is implemented.
Scope
Register models explicitly with a stable ID, matcher, supported domain, precision, and implementation kind.
Keep model matching and execution behind backend-neutral interfaces.
Implement the constraint-level INTRINSIC backend.
Reject duplicate or ambiguous matches.
Allow a run to enable a frozen subset of models and record its fingerprint.
Part of #360. Depends on #363.
Goal
Provide a deterministic model registry and execute exact or partial constraint-level models through the unknown-call dispatcher.
Why
The registry is only useful when a selected model can produce symbolic successors and send its unsupported domain to the configured residual fallback. The common contract must not depend on how a model is implemented.
Scope
INTRINSICbackend.MODEL_APPLIEDand residual decisions through [TS Calls] Record unknown-call decisions #364.Definition of Done