mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 11:40:07 +00:00
Create Multi-Agent_Problems.md
This commit is contained in:
parent
e3466ea7d7
commit
03ea0b0f47
1 changed files with 17 additions and 0 deletions
17
ProblemMap/Multi-Agent_Problems.md
Normal file
17
ProblemMap/Multi-Agent_Problems.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 📒 Multi‑Agent Chaos Problem Map
|
||||
|
||||
Distributed agents amplify each other’s errors unless coherence is enforced.
|
||||
This map catalogs failure modes and WFGY’s cross‑agent fixes.
|
||||
|
||||
| Failure Mode | Symptoms | WFGY Module | Status |
|
||||
|--------------|----------|-------------|--------|
|
||||
| Role drift | Agents forget or swap roles | Role‑tagged Tree + BBCR identity lock | ✅ |
|
||||
| Memory overwrite | One agent erases another’s state | Node versioning + ΔS collision alert | ✅ |
|
||||
| Task duplication | Same objective executed twice | BBPF task‑graph merge | ✅ |
|
||||
| Divergent plans | Strategies conflict | ΔS divergence gate + BBCR reconcile | ✅ |
|
||||
| Multi‑agent bluff | Agents fabricate consensus | Cross‑agent residue scan | 🛠 planned |
|
||||
|
||||
> **Deep dive pages:**
|
||||
> - [Agent Role Drift](./multi-agent-chaos/role-drift.md)
|
||||
> - [Memory Overwrite](./multi-agent-chaos/memory-overwrite.md)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue