-
feat(runtime): improve executor binding logic and add config-based executor handling
发布于
2026-07-25 16:16:48 +00:00 - Added
UsesConfigtoXAIAutoExecutorfor determining config-based binding. - Refactored
Serviceto 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
下载附件
- Added