WFGY/ProblemMap/Multi-Agent_Problems.md
2025-07-28 13:13:27 +08:00

17 lines
907 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 📒 MultiAgent Chaos Problem Map
Distributed agents amplify each others errors unless coherence is enforced.
This map catalogs failure modes and WFGYs crossagent fixes.
| Failure Mode | Symptoms | WFGY Module | Status |
|--------------|----------|-------------|--------|
| Role drift | Agents forget or swap roles | Roletagged Tree + BBCR identity lock | ✅ |
| Memory overwrite | One agent erases anothers state | Node versioning + ΔS collision alert | ✅ |
| Task duplication | Same objective executed twice | BBPF taskgraph merge | ✅ |
| Divergent plans | Strategies conflict | ΔS divergence gate + BBCR reconcile | ✅ |
| Multiagent bluff | Agents fabricate consensus | Crossagent residue scan | 🛠 planned |
> **Deep dive pages:**
> - [Agent Role Drift](./multi-agent-chaos/role-drift.md)
> - [Memory Overwrite](./multi-agent-chaos/memory-overwrite.md)