=== LLM === LLM modules handle model loading, reliability wrappers, and thinking-model integration. Model Loader ============ .. automodule:: src.llm.model_loader :members: :undoc-members: :show-inheritance: Reliability =========== .. automodule:: src.llm.reliability :members: :undoc-members: :show-inheritance: Thinking Model ============== .. automodule:: src.llm.thinking_model :members: :undoc-members: :show-inheritance: