Skip to main content

AgentRegistryEntry

Agent Runtimes


Agent Runtimes / stores/agentRuntimeStore / AgentRegistryEntry

Interface: AgentRegistryEntry

Defined in: stores/agentRuntimeStore.ts:55

A URL-addressable agent that has been previously connected. May originate from an agent runtime pod OR from the stable agents service.

Properties

author?

optional author?: string

Defined in: stores/agentRuntimeStore.ts:66


avatarUrl?

optional avatarUrl?: string

Defined in: stores/agentRuntimeStore.ts:67


baseUrl

baseUrl: string

Defined in: stores/agentRuntimeStore.ts:59


description

description: string

Defined in: stores/agentRuntimeStore.ts:58


documentId?

optional documentId?: string

Defined in: stores/agentRuntimeStore.ts:64


error?

optional error?: string | null

Defined in: stores/agentRuntimeStore.ts:62


id

id: string

Defined in: stores/agentRuntimeStore.ts:56


lastUpdated

lastUpdated: number

Defined in: stores/agentRuntimeStore.ts:63


name

name: string

Defined in: stores/agentRuntimeStore.ts:57


protocol

protocol: Protocol

Defined in: stores/agentRuntimeStore.ts:60


runtimeId?

optional runtimeId?: string

Defined in: stores/agentRuntimeStore.ts:65


status

status: AgentStatus

Defined in: stores/agentRuntimeStore.ts:61