新增AI协作功能模块,并在主界面中添加了对应的页签。 更新了OpenBB集成文档的路径,将其从单独的Markdown文件迁移到目录结构中。 为项目添加了新的测试依赖,包括pytest相关工具、locust和memory-profiler等。
13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
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] |