No orchestrator, no MCP: 4 peer agents on a gossip mesh research the web and deliver to Slack

Trainer_Intelligent · reddit · 2026-09-04

A developer open-sourced jarviscore, a harness for running local AI agents as a fleet of equal peers — no orchestrator process, no MCP server. Four Python processes discover each other via a SWIM gossip mesh (the protocol HashiCorp uses for cluster membership) and claim tasks atomically from a shared Redis ledger; the demo shows four agents doing real web research through a local SearXNG and delivering results to Slack.

Key design points:

Open source via pip install jarviscore-framework, with runnable demos.

Original post →

More from coding & agent

coding & agent channel →