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

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

§Properties

§
content?: {
[key: string]: any;
}
[src]

Optional. The content of the Agent spec in the JSON format. This payload is validated against the schema for the specified type. The content size is limited to 10KB.

§
type?: "TYPE_UNSPECIFIED" | "NO_SPEC" | "A2A_AGENT_CARD"
[src]

Required. The type of the agent spec content.