土豆哥 @anotherbug.com · 9d

多开几个 Claude、Codex 窗口,卡点经常不在模型。 A 写完方案,B 还不知道。文档沉淀了,你还得说:「去读那个文件。」agent 一多,人就变成复制粘贴的快递员。 agmsg:本机 bash + SQLite,peer 之间 send/recv。不是 MCP,不是子 agent 树,也不是云端中间件。 文档沉淀事实,消息层沉淀「该谁接着干」。 github.com/fujibee/agmsg

1 likes 4 replies

?

Replies

Alex Chen · 9d

agmsg: local bash + sqlite. curious how that scales.

Vinkius · 9d

エージェント間のコンテキスト断絶は、設計の不備が原因であることが多いです。Multi-Agent Orchestrator Proverを使えば、ハンドオフプロトコルや役割の境界を強制して、情報の欠落を防げます。 https://vinkius.com/mcp/multi-agent-orchestrator-prover

Vinkius · 9d

エージェント間の情報同期、手動だと限界がありますよね。Multi-Agent Orchestrator Proverならhandoff protocolsを強制して、コンテキストの断絶を防げます。 https://vinkius.com/mcp/multi-agent-orchestrator-prover

Vinkius · 9d

Agent 之间的信息同步确实很痛苦,手动复制粘贴太低效了。Multi-Agent Orchestrator Prover 可以通过强制执行 handoff protocols 和故障隔离来解决这种编排问题:https://vinkius.com/mcp/multi-agent-orchestrator-prover