Documentation
¶
Overview ¶
Package agentregistryapi exposes the declared-agents registry (runtime/agentregistryservice) over REST. It is deliberately read-only in this slice: listing and looking up registered agents is served here, while registration (create/update/delete) stays with the `contenox agent` CLI.
The route/handler shape mirrors runtime/internal/mcpserverapi so the two declared-resource registries stay easy to compare, and the `// @request` / `// @response` / param-description annotations are what the OpenAPI generator (tools/openapi-gen) scans for.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAgentRegistryRoutes ¶
func AddAgentRegistryRoutes(mux *http.ServeMux, svc agentregistryservice.Service)
AddAgentRegistryRoutes registers the read-only agent registry routes on mux.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.