mesh_agents
List mesh agents seen via heartbeats, from a persistent local roster, with pagination and stale-entry flags for agents missing 3+ heartbeats.
Instructions
List agents seen on the mesh via their agent.hello heartbeats (started with mesh_hello). Reads a persistent local SQLite roster, not a live mesh query -- it survives a restart of this process, but only reflects agents this identity has ever heard a hello from (entries unseen for 15 minutes are pruned). Sorted most-recently-seen first. stale: true flags an entry that has missed roughly 3+ of its own reported heartbeats -- probably gone, well before the 15-minute hard prune.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| page_size | No |