Bug Description
当前多 agent 实现,未考虑多 agent 并行工作的问题。
重新实现如下:
#597
Steps to Reproduce
- 同时启动多个 Agent 聊天
Expected Behavior
由于当前 client 是单例,所以会冲突。
Actual Behavior
由于当前 client 是单例,所以会冲突。
Minimal Reproducible Example
Error Logs
OpenViking Version
0.2.5
Python Version
3.10.0
Operating System
macOS
Model Backend
None
Additional Context
No response