feat(ui): 添加AI协作页签
新增AI协作功能模块,并在主界面中添加了对应的页签。 更新了OpenBB集成文档的路径,将其从单独的Markdown文件迁移到目录结构中。 为项目添加了新的测试依赖,包括pytest相关工具、locust和memory-profiler等。
This commit is contained in:
13
docs/architecture/component_interaction_diagram.mermaid
Normal file
13
docs/architecture/component_interaction_diagram.mermaid
Normal file
@@ -0,0 +1,13 @@
|
||||
graph LR
|
||||
A[Streamlit App] --> B[OpenBB Tab]
|
||||
A --> C[Debate System]
|
||||
C --> D[Immortal Agents]
|
||||
D --> E[OpenBB Engine]
|
||||
D --> F[Perpetual Engine]
|
||||
B --> G[_load_price_data]
|
||||
G --> H{OpenBB Available?}
|
||||
H -- Yes --> I[OpenBB obb]
|
||||
H -- No --> J[Demo/Synthetic Data]
|
||||
E --> K{OpenBB Available?}
|
||||
K -- Yes --> I
|
||||
K -- No --> L[Error Result]
|
||||
Reference in New Issue
Block a user