-
feat(registry): introduce `ModelRegistryHook` for monitoring model registrations and unregistrations
released this
2026-01-02 15:18:40 +00:00 | 862 commits to main since this releaseAdded support for external hooks to observe model registry events using the
ModelRegistryHookinterface. Implemented thread-safe, non-blocking execution of hooks with panic recovery. Comprehensive tests added to verify hook behavior during registration, unregistration, blocking, and panic scenarios.Downloads