Coverage for src/local_deep_research/llm/providers/implementations/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.15.1, created at 2026-07-19 23:35 +0000
« prev ^ index » next coverage.py v7.15.1, created at 2026-07-19 23:35 +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"""