feat(ui): 添加AI协作页签

新增AI协作功能模块,并在主界面中添加了对应的页签。
更新了OpenBB集成文档的路径,将其从单独的Markdown文件迁移到目录结构中。
为项目添加了新的测试依赖,包括pytest相关工具、locust和memory-profiler等。
This commit is contained in:
ben
2025-08-23 14:06:22 +00:00
parent 21128299a4
commit 09de1f782a
61 changed files with 5324 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
# 最佳实践
- 将 OpenBB 作为轻依赖,必要时再安装
- 使用统一的 DataFrame 规范化逻辑
- 谨慎处理长时间窗口与缺失数据
- 提供清晰的状态反馈与兜底

View File

@@ -0,0 +1,5 @@
# 配置指南
- 默认使用公共数据yfinance
- 付费 providerpolygon/fmp 等)可通过 OpenBB provider 配置或环境变量设置
- UI 参数symbol、时间窗口、KPI 展示

View File

@@ -0,0 +1,8 @@
# 入门指南
1) 可选安装:`pip install "openbb>=4.1.0"`
2) 运行应用,进入 OpenBB 标签页
3) 输入股票/ETF 代码(如 AAPL选择时间窗口
4) 若未安装 OpenBB将自动使用演示数据
更多:见 [API 实现指南](../02_IMPLEMENTATION_GUIDE/api_integration_guide.md)。

View File

@@ -0,0 +1,3 @@
# 八仙论道教程(占位)
将补充如何基于市场数据触发与解读“八仙论道”的步骤与最佳实践。