Skip to main content

AgentConnection

Agent Runtimes


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?

optional agentId?: string

Defined in: types/connection.ts:37

Agent ID.


endpoint?

optional endpoint?: 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?

optional isReady?: 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?

optional kernelId?: 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?

optional serviceManager?: IManager

Defined in: types/connection.ts:31

JupyterLab ServiceManager for the runtime.


status

status: AgentStatus

Defined in: types/connection.ts:33

Runtime status.