ProjectRuntimeEntry
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?
optionalagentName?:string
Defined in: src/hooks/useProjectStore.ts:23
Display name of the assigned agent.
agentPodName?
optionalagentPodName?:string
Defined in: src/hooks/useProjectStore.ts:21
The assigned agent pod name (mirrors project.attachedAgentPodName).
agentSpecId?
optionalagentSpecId?:string
Defined in: src/hooks/useProjectStore.ts:27
The agent spec ID used to create the runtime.
agentStatus?
optionalagentStatus?:string
Defined in: src/hooks/useProjectStore.ts:25
Agent runtime status (running, starting, terminated, etc.).
sessionConnection?
optionalsessionConnection?:Session.ISessionConnection
Defined in: src/hooks/useProjectStore.ts:19
The Jupyter session connection (notebook ↔ kernel bridge).