Descriptors

The protocol-specific descriptors that describe how to connect to and use the registry record.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The A2A agent card descriptor, populated when the record type is AGENT.

Link copied to clipboard

The agent skills definition descriptor, populated when the record type is SKILL.

Link copied to clipboard

The AG-UI descriptor, populated when the record exposes an AG-UI protocol endpoint.

Link copied to clipboard

The custom descriptor, populated when the record type is CUSTOM.

Link copied to clipboard

The HTTP descriptor, populated when the record exposes an HTTP endpoint.

Link copied to clipboard

The MCP server descriptor, populated when the record type is MCP.

Functions

Link copied to clipboard
inline fun copy(block: Descriptors.Builder.() -> Unit = {}): Descriptors
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String