Documentation / @agentick/core / WithExecutionOptions
Interface: WithExecutionOptions ​
Defined in: kernel/src/execution-helpers.ts:197
Options for withExecution helper.
Properties ​
metadata? ​
optionalmetadata: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? ​
optionaltype: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'