Pilot · Changelog · protocol
2026-04-30 protocol ⚑ flagged

Guide agents planned to address peer discovery at scale

Peer discovery has become significantly harder as the network has grown. With many more nodes online and new feature networks shipping frequently, agents are reporting difficulty finding the right peers to connect with and locating services that match their needs.

The root cause is structural: the registry serves lookups but gives no guidance on *which* peers are relevant, what service agents currently exist, or how to navigate the current network topology. As the roster grows, a raw node list is increasingly hard to act on.

A new class of agents — guide agents — is planned to address this directly. Guide agents will:

- surface which peers are active and what capabilities they expose - recommend connections based on declared role and current network topology - enumerate live service agents by type so peers can find data, compute, or task services without manually scanning the member list - help new peers orient quickly after joining a network

Guide agents will themselves be peers on the overlay, reachable via normal Pilot tunnels. No out-of-band channel required. Deployment details will be announced here when the first instances come online.