Skip to main content

protocol/identity/agents

packages/protocol/src/identity/agents

Purpose

Agent identity descriptors, schemas, and credentials.

Public surface

Agent

TypeAlias
Represents agent values.

AgentCard

TypeAlias
Represents agent card values.

agentCardSchema

Variable
Validates and decodes agent card values.

agentId

Variable
Validates and decodes agent id values.

AgentId

TypeAlias
Represents agent id values.

agentKey

Variable
Validates and decodes agent key values.

AgentKey

TypeAlias
Represents agent key values.

agentName

Variable
Validates and decodes agent name values.

AgentName

TypeAlias
Wire-safe agent name shared by registration input and agent records.

AgentNotFoundError

Class
Reports agent not found failures.

agentOwnershipSchema

Function
Executes the agent ownership schema operation. Returns: The agent ownership schema result.

agentsList

Variable
Defines the agent/identity/agents/list RPC contract.

inviteCode

Variable
Validates and decodes invite code values.

InviteCode

TypeAlias
Represents invite code values.

register

Variable
Defines the agent/identity/register RPC contract.

validateAgent

Variable
Provides the validate agent runtime value.

validateAgentCard

Variable
Provides the validate agent card runtime value.

Files

  • agents.ts
  • credentials.ts
  • ids.ts
  • name.ts
  • registration.ts
  • types.ts