Skip to main content

Interface: AgentIdentityConfig

Defined in: identity/AgentIdentity.ts:92

Configuration required to initialize AgentIdentity.

Properties

description

description: string

Defined in: identity/AgentIdentity.ts:96

Short description of the agent's capabilities.


endpoints?

optional endpoints?: AgentEndpoint[]

Defined in: identity/AgentIdentity.ts:100

MCP or other service endpoints the agent exposes.


image?

optional image?: string

Defined in: identity/AgentIdentity.ts:98

Optional image / logo URL.


name

name: string

Defined in: identity/AgentIdentity.ts:94

Agent's human-readable name (used in the agent card).


supportedTrust?

optional supportedTrust?: string[]

Defined in: identity/AgentIdentity.ts:102

Trust mechanisms. Defaults to ['reputation'].