AgentRegistryEntry
Agent Runtimes / stores/agentRuntimeStore / AgentRegistryEntry
Interface: AgentRegistryEntry
Defined in: src/stores/agentRuntimeStore.ts:58
A URL-addressable agent that has been previously connected. May originate from an agent runtime pod OR from the stable agents service.
Properties
author?
optionalauthor?:string
Defined in: src/stores/agentRuntimeStore.ts:69
avatarUrl?
optionalavatarUrl?:string
Defined in: src/stores/agentRuntimeStore.ts:70
baseUrl
baseUrl:
string
Defined in: src/stores/agentRuntimeStore.ts:62
description
description:
string
Defined in: src/stores/agentRuntimeStore.ts:61
documentId?
optionaldocumentId?:string
Defined in: src/stores/agentRuntimeStore.ts:67
error?
optionalerror?:string|null
Defined in: src/stores/agentRuntimeStore.ts:65
id
id:
string
Defined in: src/stores/agentRuntimeStore.ts:59
lastUpdated
lastUpdated:
number
Defined in: src/stores/agentRuntimeStore.ts:66
name
name:
string
Defined in: src/stores/agentRuntimeStore.ts:60
protocol
protocol:
Protocol
Defined in: src/stores/agentRuntimeStore.ts:63
runtimeId?
optionalruntimeId?:string
Defined in: src/stores/agentRuntimeStore.ts:68
status
status:
AgentStatus
Defined in: src/stores/agentRuntimeStore.ts:64