issues Search Results · language:Dune language:Python language:JavaScript language:Python language:JavaScript language:HTML
Filter by
47.3M results
测试场景
- 测试日期: 2026-06-14
- 步骤:
1. 清除 Session / 首次冷启动
2. 直接访问「短线策略」或「LLM决策链」(跳过机构报告主页)
3. 观察等待期间的 UI 反馈
发现的问题
- 首次加载约 2–3 分钟,LLM 研究阶段单步可达 90s+
- 主页面(机构报告)有 spinner + hero「正在生成报告…」 ...
enhancement
priority: low
testing
测试场景
- 测试日期: 2026-06-14
- 环境: LLM_MODEL_FAST 与 LLM_MODEL_STRONG 可能配置不同模型
- 步骤:
1. 查看侧边栏 LLM 模型显示
2. 在「LLM决策链 → LLM 输入/输出」查看各阶段实际调用模型
发现的问题
- 侧边栏 caption 仅显示 LLM_MODEL_STRONG(如 DeepSeek-V4-Pro) ...
enhancement
priority: low
testing
测试场景
- 测试日期: 2026-06-14
- 步骤:
1. 启动 Streamlit 应用
2. 在机构报告页切换页面、渲染 Plotly 图表
3. 查看终端控制台输出
发现的问题
控制台反复出现 Streamlit 弃用警告:
Please replace `use_container_width` with `width`.
use_container_width ...
enhancement
priority: low
testing
测试场景
- 测试日期: 2026-06-14
- 步骤:
1. 在项目根目录执行:python scripts/run_pipeline_test.py
2. 不设置 PYTHONPATH 或 cd 到特定目录
发现的问题
脚本直接运行失败:
ModuleNotFoundError: No module named src
- README 文档中测试命令为 ...
enhancement
priority: low
testing
测试场景
- 测试日期: 2026-06-14
- 环境: AGENT_MODE=hybrid · LLM_STAGE_RESEARCH=true · LLM_STAGE_DEBATE=true
- 步骤:
1. 启动 Streamlit,首次加载触发完整流水线
2. 观察服务端日志中 LLM 阶段输出
3. 在「LLM决策链」页查看阶段来源与 I/O 记录 ...
bug
priority: high
testing
测试场景
- 测试日期: 2026-06-14
- 环境: Windows · Streamlit http://localhost:8501 · AGENT_MODE=hybrid
- 步骤:
1. 首次访问「机构报告」页,等待流水线完成(约 2–3 分钟)
2. 确认报告已正常显示(现价、图表、LLM 结论均可见)
3. 切换到「短线策略」或「LLM决策链」页 ...
bug
priority: high
testing
测试概要
| 项目 | 内容 |
| --- | --- |
| 测试日期 | 2026-06-14 |
| 测试类型 | 全功能系统测试(非代码审查) |
| 环境 | Windows · Python 3.12 · Streamlit :8501 |
| 配置 | AGENT_MODE=hybrid · LLM_ENABLED=true · TradingView OANDA:XAUUSD | ...
testing
Documentation Drift Detected
The README and docs do not fully reflect the technologies used in production.
What changed:
- The commit Add frontend Dockerfile, standalone output, gunicorn for production ...
documentation
Context
The always-on-top overlay (#9, PR #14) was live-verified in-game on 2026-06-13 — transparency, focused/unfocused
opacity, focus/blur fade, click-through, and the ⌘⇧O toggle all work over fullscreen-windowed ...
enhancement
问题描述
阶段 4(裁剪白边模块)已完成。--trim 参数现在可以实际裁剪 PPT 导出 PNG 的纯白边。
解决的 4 个关键问题
1. 误裁剪非白底幻灯片
如果直接去掉图片外围的白行/白列,遇到渐变色或深色背景的 PPT 幻灯片,会误切掉实际内容。 解决:先判断图片四边(首行、末行、首列、末列)是否全部为纯白 #FFFFFF 或透明
alpha=0。只有四边全白才判定为白底,才执行裁剪。否则跳过,保留原图。 ...
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.