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?
optionalendpoints?:AgentEndpoint[]
Defined in: identity/AgentIdentity.ts:100
MCP or other service endpoints the agent exposes.
image?
optionalimage?: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?
optionalsupportedTrust?:string[]
Defined in: identity/AgentIdentity.ts:102
Trust mechanisms. Defaults to ['reputation'].