Skip to content

Documentation / @agentick/kernel / WithExecutionOptions

Interface: WithExecutionOptions ​

Defined in: kernel/src/execution-helpers.ts:197

Options for withExecution helper.

Properties ​

metadata? ​

optional metadata: Record<string, unknown>

Defined in: kernel/src/execution-helpers.ts:213

Additional metadata to attach to the execution.


name ​

name: string

Defined in: kernel/src/execution-helpers.ts:201

Human-readable name for this execution (shown in DevTools).


type? ​

optional type: string

Defined in: kernel/src/execution-helpers.ts:208

Execution type for categorization (e.g., 'summarization', 'validation'). Shown as a badge in DevTools.

Default ​

ts
'custom'

Released under the ISC License.