```markdown - 封装 `LLMClient` 接口,支持不同提供商(如 OpenAI、本地模型)。 - 从配置读取 API key、model name、超时等参数。 - 预留 future:多 provider 路由。 ```