Coverage for merco/core/llm/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.15.0, created at 2026-07-07 14:04 +0800

1"""LLM 子系统:模型调用和错误处理。""" 

2 

3from ._client import LLMClient, _strip_think_tags, _clean_content 

4 

5__all__ = ["LLMClient", "_strip_think_tags", "_clean_content"]