Files
iov_ana/core/__init__.py

23 lines
663 B
Python
Raw Normal View History

"""
iov_ana 核心包
项目结构:
core/
config.py - 配置
utils.py - 公共工具JSON 提取LLM 客户端
schema.py - Schema 提取
sandbox.py - SQL 沙箱执行器
layers/
planner.py - Layer 1: 意图规划
playbook.py - Layer 1.5: 预设剧本
explorer.py - Layer 2: 自适应探索
insights.py - Layer 3: 异常洞察
context.py - Layer 4: 上下文记忆
output/
reporter.py - 单次报告生成
consolidator.py - 多次报告整合
chart.py - 图表生成
agent.py - Agent 编排层
cli.py - 交互式 CLI
"""