AgentConnection
Agent Runtimes / types/connection / AgentConnection
Interface: AgentConnection
Defined in: types/connection.ts:21
Information about a connected agent runtime.
Properties
agentBaseUrl
agentBaseUrl:
string
Defined in: types/connection.ts:29
Base URL for the agent-runtimes server.
agentId?
optionalagentId?:string
Defined in: types/connection.ts:37
Agent ID.
endpoint?
optionalendpoint?:string
Defined in: types/connection.ts:39
Full endpoint URL for the agent.
environmentName
environmentName:
string
Defined in: types/connection.ts:25
Environment name.
isReady?
optionalisReady?:boolean
Defined in: types/connection.ts:41
Whether the agent is ready to use.
jupyterBaseUrl
jupyterBaseUrl:
string
Defined in: types/connection.ts:27
Base URL for the Jupyter server.
kernelId?
optionalkernelId?:string
Defined in: types/connection.ts:35
Kernel ID if connected.
podName
podName:
string
Defined in: types/connection.ts:23
Runtime pod name (unique identifier).
serviceManager?
optionalserviceManager?:IManager
Defined in: types/connection.ts:31
JupyterLab ServiceManager for the runtime.
status
status:
AgentStatus
Defined in: types/connection.ts:33
Runtime status.