Files
iAOP/templates/ti-cl4/llm-scenarios/__init__.py
T

16 lines
709 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8 -*-
"""iAOP-Template-Ti 一期 · LLM 场景层(LLM Scenarios)。
对应 PRD 5.4 / 5.5 与 EPIC #11「[Template-Ti 一期] ④ LLM 报警解释 / 交接班 / NL 查询」:
复用 ④ LLM 网关(core/llm-gateway)+ 领域 RAG(core/rag-kb),针对 Ti 场景配置
RAG 知识域与提示词模板,落地三个业务场景:
- 报警根因解释(alarm_explain,高利害,启用信度阈值);
- 交接班自动摘要(shift_handover);
- 自然语言查询驾驶舱(nl_query,NL → 查询意图/指标)。
验收(Issue #11):路由准确率 ≥ 96.5%、幻觉校验通过。
"""
from .scenarios import TiScenarioRunner
__all__ = ["TiScenarioRunner"]