Coverage for src/local_deep_research/llm/providers/implementations/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.16.0, created at 2026-09-06 15:42 +0000
« prev ^ index » next coverage.py v7.16.0, created at 2026-09-06 15:42 +0000
1"""Concrete LLM provider implementations (auto-discovered).
3Modules here are loaded file-by-file by ``auto_discovery.py``, which skips
4``_``-prefixed files including this one. Do not add eager imports of
5provider classes here — several pull heavy optional dependencies.
6"""