Skip to main content

LaunchAgentOptions

Agent Runtimes


Agent Runtimes / stores/agentRuntimeStore / LaunchAgentOptions

Interface: LaunchAgentOptions

Defined in: src/stores/agentRuntimeStore.ts:262

Runtime creation options

Extends

Properties

capabilities?

optional capabilities?: "user_storage"[]

Defined in: src/runtimes/apis.ts:54

Kernel capabilities

Inherited from

IRuntimeOptions.capabilities


creditsLimit

creditsLimit: number

Defined in: src/runtimes/apis.ts:42

Credits limit to be consumed by the kernel

Inherited from

IRuntimeOptions.creditsLimit


environmentName

environmentName: string

Defined in: src/runtimes/apis.ts:38

Environment name

Inherited from

IRuntimeOptions.environmentName


givenName?

optional givenName?: string

Defined in: src/runtimes/apis.ts:50

Runtime given name

Inherited from

IRuntimeOptions.givenName


runtimesUrl?

optional runtimesUrl?: string

Defined in: src/stores/agentRuntimeStore.ts:264

Optional runtimes API base URL override for runtime creation.


snapshot?

optional snapshot?: string

Defined in: src/runtimes/apis.ts:58

Kernel snapshot to restore

Inherited from

IRuntimeOptions.snapshot


type?

optional type?: IRuntimeType

Defined in: src/runtimes/apis.ts:46

Runtime type

Inherited from

IRuntimeOptions.type