AgentConnection
Agent Runtimes / types/connection / AgentConnection
Interface: AgentConnection
Defined in: src/types/connection.ts:18
Information about a connected agent runtime.
Properties
agentBaseUrl
agentBaseUrl:
string
Defined in: src/types/connection.ts:26
Base URL for the agent-runtimes server.
agentId?
optionalagentId?:string
Defined in: src/types/connection.ts:34
Agent ID.
endpoint?
optionalendpoint?:string
Defined in: src/types/connection.ts:36
Full endpoint URL for the agent.
environmentName
environmentName:
string
Defined in: src/types/connection.ts:22
Environment name.
isReady?
optionalisReady?:boolean
Defined in: src/types/connection.ts:38
Whether the agent is ready to use.
jupyterBaseUrl
jupyterBaseUrl:
string
Defined in: src/types/connection.ts:24
Base URL for the Jupyter server.
kernelId?
optionalkernelId?:string
Defined in: src/types/connection.ts:32
Kernel ID if connected.
podName
podName:
string
Defined in: src/types/connection.ts:20
Runtime pod name (unique identifier).
serviceManager?
optionalserviceManager?:IManager
Defined in: src/types/connection.ts:28
JupyterLab ServiceManager for the runtime.
status
status:
AgentStatus
Defined in: src/types/connection.ts:30
Runtime status.