Skip to content

Variable: KERNEL\_RESOURCE\_OPERATIONS

Generated from SDK v1 (protocol 1) at source revision 97c6bb1. Never edit by hand; run npm run generate:reference.

@muoto/application


const KERNEL_RESOURCE_OPERATIONS: readonly ["workspace.prepare", "workspace.recover", "workspace.cleanup", "execution.start", "execution.observe", "execution.terminate", "agent.session.start", "agent.session.observe", "agent.session.end"]

Defined in: sdk/ownership.ts:55

Kernel RPC operations that own durable recoverable resources (class 2). Containers and remote executions are execution strategies: their lifecycle runs through the execution.* operations (execution.start/observe/terminate); ACP sessions through agent.session.; workspaces through workspace..