feat(ui): 添加AI协作页签
新增AI协作功能模块,并在主界面中添加了对应的页签。 更新了OpenBB集成文档的路径,将其从单独的Markdown文件迁移到目录结构中。 为项目添加了新的测试依赖,包括pytest相关工具、locust和memory-profiler等。
This commit is contained in:
9
docs/architecture/data_flow_diagram.mermaid
Normal file
9
docs/architecture/data_flow_diagram.mermaid
Normal file
@@ -0,0 +1,9 @@
|
||||
graph TD
|
||||
A[User Request] --> B{OpenBB Installed?}
|
||||
B -- Yes --> C{OpenBB Data Available?}
|
||||
C -- Yes --> D[OpenBB Engine]
|
||||
C -- No --> E[Fallback to Demo/Synthetic Data]
|
||||
B -- No --> E
|
||||
D --> F[Format Data]
|
||||
E --> F
|
||||
F --> G[Return to Agent/UI]
|
||||
Reference in New Issue
Block a user