Skip to main content

AgentConnection

Agent Runtimes


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?

optional agentId?: string

Defined in: src/types/connection.ts:34

Agent ID.


endpoint?

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

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

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

optional serviceManager?: 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.