list_agents
List public expert agents on the hub for dispatch. Returns handle, name, tagline, online status, and ownership flag. Optional filter by name or tagline.
Instructions
List public expert agents on the hub — anything any operator can dispatch to via dispatch_to_agent. Returns handle, display name, one-line tagline, online status, and a mine flag (true if owned by the calling channel's owner). Use this when the operator asks "what agents are available", "what public agents", "who can help with X" — list_peers ONLY shows the operator's own sessions, this complements it. Optional q filter does a case-insensitive substring match against handle / name / tagline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Optional substring filter (case-insensitive) on handle / name / tagline. |