Skip to main content

ProjectRuntimeEntry

Datalayer Core


Datalayer Core / ProjectRuntimeEntry

Type Alias: ProjectRuntimeEntry

ProjectRuntimeEntry = object

Defined in: src/hooks/useProjectStore.ts:17

Per-project runtime state tracked in memory.

This is not persisted — it represents live runtime objects (kernel connections, sessions) that only exist while the project view is mounted.

Properties

agentName?

optional agentName?: string

Defined in: src/hooks/useProjectStore.ts:23

Display name of the assigned agent.


agentPodName?

optional agentPodName?: string

Defined in: src/hooks/useProjectStore.ts:21

The assigned agent pod name (mirrors project.attachedAgentPodName).


agentSpecId?

optional agentSpecId?: string

Defined in: src/hooks/useProjectStore.ts:27

The agent spec ID used to create the runtime.


agentStatus?

optional agentStatus?: string

Defined in: src/hooks/useProjectStore.ts:25

Agent runtime status (running, starting, terminated, etc.).


sessionConnection?

optional sessionConnection?: Session.ISessionConnection

Defined in: src/hooks/useProjectStore.ts:19

The Jupyter session connection (notebook ↔ kernel bridge).