Commit graph

1 commit

Author SHA1 Message Date
Akram Ben Aissi
a271e3abae fix: handle provider registration failures gracefully
When a provider fails during model registration or listing, the stack
should continue initializing rather than crashing. This allows the
stack to start even if some providers are misconfigured.

- Added error handling in register_resources()
- Added unit tests to verify error handling behavior
- Improved error logging with provider context
- Removed @pytest.mark.asyncio decorators (pytest already configured with async-mode=auto)

Fixes #3769
2025-10-10 22:19:29 +02:00