发布

  • feat(runtime): improve executor binding logic and add config-based executor handling

    frostbyte_neo 发布于 2026-07-25 16:16:48 +00:00

    • Added UsesConfig to XAIAutoExecutor for determining config-based binding.
    • Refactored Service to support thread-safe executor registration, using a new mutex (executorRegistrationMu).
    • Improved executor rebind logic to prevent unnecessary replacements unless forced or required by config updates.
    • Updated handling of config updates to correctly replace stale XAI executors.
    • Enhanced the test suite for edge cases in executor binding and replacement for multiple providers.

    Closes: #4567

    下载附件