• feat(registry): introduce `ModelRegistryHook` for monitoring model registrations and unregistrations
    Some checks failed
    docker-image / docker (push) Has been cancelled
    goreleaser / goreleaser (push) Has been cancelled

    airkjw released this 2026-01-02 15:18:40 +00:00 | 862 commits to main since this release

    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.

    Downloads