
A2A Knowledge Mesh runs five Band agents in one room. The point is catching drift before it bites you — when your README says one thing, your CI says another, and your deployment config is living its own life somewhere else. The agents each do one job: - Scraper walks your repo, reads source and docs, spits out structured facts through an LLM. - Keeper stores those in SQLite and detects contradictions with JOIN queries. No O(n²) memory scan — just O(n log n) SQL. - Reconciler looks at conflicts, scores how serious each one is, and lets you walk through them interactively. - Registry is a lightweight service discovery for the agents themselves. - Bridge and Dashboard pipes everything into a web UI with that frosted-glass look. mesh graphify renders the whole thing as an interactive graph — blue nodes for subjects, green for facts, red for conflicts. You can click nodes to see versions, timestamps, source files. It turns abstract drift into something you can actually look at.
19 Jun 2026