This website requires JavaScript.
Explore
Help
Register
Sign In
zhaojie
/
iov_ana
Watch
1
Star
0
Fork
0
You've already forked iov_ana
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b7a27b12bdbd3c5d14e1ef5d5dfa64283484651d
iov_ana
/
output
/
__init__.py
2 lines
43 B
Python
Raw
Normal View
History
Unescape
Escape
SQLite 持久连接 — sandbox 不再每次查询开关连接,改为 __init__ 时建连、close() 时释放 Explorer 的 system prompt 明确告知 sandbox 规则 — "每条 SQL 必须包含聚合函数或 LIMIT",减少 LLM 生成违规 SQL 浪费轮次 LLM 客户端单例 — 所有组件共享一个 openai.OpenAI 实例,不再各建各的 sanitize 顺序修复 — 小样本抑制放在 float round 之前,避免被 round 干扰 quick_detect 从 O(n²) 改为 O(n) — 按列聚合一次,加去重,不再对每行重复算整列统计 历史上下文实际生效 — get_context_for 的结果现在会注入到 Explorer 的初始 prompt 里,多轮分析时 LLM 能看到之前的发现
2026-03-20 13:20:31 +08:00
"""
输出层:报告、图表、整合
"""
Reference in New Issue
Copy Permalink