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";
}