Show HN: AgentNexus – coordinate LLM agents by service boundary, not role
A service-boundary-aware document exchange center for coordinating heterogeneous LLM code agents via MCP. Implements versioned Markdown store, pub-sub notifications, and diff-aware update protocol....
Opening excerpt (first ~120 words) tap to expand
AgentNexus A service-boundary-aware coordination architecture for heterogeneous LLM code agents. "Service boundaries, not agent roles, are the appropriate primitive for coordinating LLM agents in real software development." Overview Existing multi-agent frameworks (ChatDev, MetaGPT) organize agents around roles within a single simulated organization. AgentNexus takes a different approach: it coordinates agents at the service granularity, matching how real software systems are actually structured. Each service registers as a sub-project, publishes versioned Markdown documents (requirements, design, API specs, config), and subscribes to documents from services it depends on.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.