AgentSpec
import type { AgentSpec } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";The spec of the agent.
interface AgentSpec {
content?: {};
[key: string]: any;
type?: "TYPE_UNSPECIFIED" | "NO_SPEC" | "A2A_AGENT_CARD";
}import type { AgentSpec } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";The spec of the agent.