发布

  • feat(registry): introduce `ModelRegistryHook` for monitoring model registrations and unregistrations

    frostbyte_neo 发布于 2026-01-02 15:18:40 +00:00

    Added support for external hooks to observe model registry events using the ModelRegistryHook interface. 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.

    下载附件