Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Protocol

import type { Protocol } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";

Represents the protocol of an Agent.

interface Protocol {
readonly interfaces?: Interface[];
readonly protocolVersion?: string;
readonly type?: "TYPE_UNSPECIFIED" | "A2A_AGENT" | "CUSTOM";
}

§Properties

§
readonly interfaces?: Interface[]
[src]

Output only. The connection details for the Agent.

§
readonly protocolVersion?: string
[src]

Output only. The version of the protocol, for example, the A2A Agent Card version.

§
readonly type?: "TYPE_UNSPECIFIED" | "A2A_AGENT" | "CUSTOM"
[src]

Output only. The type of the protocol.