AgentRegistryClient

Agent Registry lets callers discover, list, and retrieve approved records published to a registry.

Properties

Link copied to clipboard
abstract override val config: AgentRegistryClient.Config

AgentRegistryClient's configuration

Functions

Link copied to clipboard

Retrieves multiple discoverable registry records by ID from a single registry. Records that cannot be retrieved are reported individually in the errors list rather than failing the entire request.

Link copied to clipboard

Lists the discoverable registry records in a registry. You can optionally filter and paginate the results.

Link copied to clipboard

Searches the discoverable registry records in a registry using a natural language query. Returns metadata for the matching records ordered by relevance.

Inherited functions

Link copied to clipboard

Retrieves multiple discoverable registry records by ID from a single registry. Records that cannot be retrieved are reported individually in the errors list rather than failing the entire request.

Link copied to clipboard
abstract fun close()
Link copied to clipboard

Lists the discoverable registry records in a registry. You can optionally filter and paginate the results.

Link copied to clipboard

Searches the discoverable registry records in a registry using a natural language query. Returns metadata for the matching records ordered by relevance.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.