feat(llm): 新增 LLM 智能增强服务(Agnes client + 4 项 enrichment 任务 + admin API + migration)
This commit is contained in:
7
backend/app/services/llm/__init__.py
Normal file
7
backend/app/services/llm/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""LLM 服务:客户端 + 智能增强。"""
|
||||
from app.services.llm.client import LlmClient, client # noqa: F401
|
||||
from app.services.llm.enrichment import ( # noqa: F401
|
||||
enrich_article,
|
||||
enrichment_loop,
|
||||
get_setting,
|
||||
)
|
||||
Reference in New Issue
Block a user