Preformu / core /services /__init__.py
Kevinshh's picture
Deploy Kernel+Skill architecture to HF Spaces; wire advanced stability features; remove deprecated entry points
19729e9
Raw
History Blame Contribute Delete
363 Bytes
"""底座共享服务(Services)。
承载多模型路由、报告生成、图表、文件解析、认证、审计、用量、
提示词强过滤与中英双语等共性服务。各服务由后续任务逐步实现,
并经 ``kernel.services.Services`` 容器统一注入 Skill 的
``extract`` / ``explain`` 阶段(注意:不注入 ``compute``)。
"""