title: Core. Agent Card

A2A Node SDK - v0.1.0 / Modules / Core / AgentCard

Interface: AgentCard

Core.AgentCard

Represents the metadata and capabilities of an agent

Remarks

AgentCards are used for discovery and routing in the A2A protocol

Table of contents

Properties

Properties

capabilities

capabilities: string[]

List of capabilities this agent provides


description

Optional description: string

Optional detailed description of the agent


endpoint

endpoint: string

URL endpoint where this agent can be reached


id

id: string

Unique identifier for the agent


metadata

Optional metadata: Record<string, unknown>

Optional additional metadata about the agent


name

name: string

Human-readable name of the agent


version

Optional version: string

Optional version string for the agent