federation_catalog_agents
ActiveTool of ComOS Federation Gateway
Browse the ComOS network's autonomous agent fleet — what each agent does and who it serves (merchant / shopper / platform / manager). Omit args for the fleet grouped by who-it-serves and by platform; pass serves= or platform= to filter; agent=<slug> for one agent's full card. Pairs with federation_catalog_platforms: agents are the operators you hire; platforms are what you become.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"agent": {
"type": "string",
"description": "A single agent's full card, by slug (e.g. agent=\"dynamic-pricing\")."
},
"serves": {
"enum": [
"merchant",
"shopper",
"platform",
"manager"
],
"type": "string",
"description": "Filter by beneficiary — who the agent serves. Omit for the whole fleet."
},
"platform": {
"type": "string",
"description": "Filter to one platform's agents (retail | manager | portal-ops | federation). Omit for the whole fleet."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries