vault: add debugging record and update architecture with lessons learned

This commit is contained in:
Yaojia Wang
2026-03-21 16:17:36 +01:00
parent 1ad5869056
commit de0a5f7fa7
2 changed files with 249 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ tags: [trading, multi-agent, openclaw, openbb, architecture]
> 复用 invest-analyst 作为编排者(已有 invest-api skill 和 Stock Guild 绑定)。
> 分析师做成 skill 而非独立 agent省资源数据采集不需要对话
> 只有需要"对话"的辩论角色才需要独立 agent。
> **经实测确认**:辩论 agent 无 `groupChat.mentionPatterns`,只通过 `sessions_send` 调用(@ mention 会导致无限循环,详见 [[Trading Agents 调试与优化记录]])。
### 通信模式
@@ -338,6 +339,8 @@ ssh $REMOTE "openclaw gateway restart"
## Related
- [[TradingAgents 原始架构分析]]
- [[Trading Agents 部署记录]]
- [[Trading Agents 调试与优化记录]]
- [[openbb-invest-api]]
- [[OpenClaw 部署配置分析]]
- [[OpenClaw Stock Agent 配置详情]]