| title: "Flood-Filling Agent Mesh (FFAM)" | |
| subtitle: "Applying Brain Connectomics to Multi-Agent AI Topology" | |
| authors: | |
| - name: "Yahya Saqban" | |
| affiliation: "HayulaLab" | |
| date: "July 2026" | |
| tags: | |
| - connectomics | |
| - multi-agent-systems | |
| - graph-theory | |
| - flood-filling-networks | |
| - agent-mesh | |
| - synthetic-graphs | |
| license: apache-2.0 | |
| # Flood-Filling Agent Mesh (FFAM) | |
| **Applying Brain Connectomics to Multi-Agent AI Topology** | |
| Inspired by Google Research's Neural Mapping project (Flood-Filling Networks, SegCLR, MoGen), FFAM maps multi-agent communication networks the same way neuroscientists map neural circuits. | |
| ## Features | |
| - π§ Agent Connectome Builder β Real-time graph of all agent communications | |
| - π Hub Detection β Find the most connected agents | |
| - β οΈ Bottleneck Analysis β Identify single points of failure | |
| - π€οΈ Critical Path Tracing β Most common agent chains | |
| - 𧬠Synthetic Graph Generation β MoGen-inspired training data | |
| ## Quick Start | |
| ```bash | |
| python3 connectome.py demo | |
| ``` | |
| ## Paper | |
| π [paper.md](./paper.md) β Full research paper | |
| ## Links | |
| - π¦ Gitea: https://git.hayula.xyz/y7/agent-connectome | |
| - π Website: https://hayula.xyz | |