Documentation / @agentick/core / ExecutionOptions
Interface: ExecutionOptions ​
Defined in: core/src/app/types.ts:804
Per-execution overrides for a single tick/send.
Properties ​
executionTools? ​
optionalexecutionTools:ExecutableTool<(input,ctx?) =>ContentBlock[] |Promise<ContentBlock[]>>[]
Defined in: core/src/app/types.ts:810
Per-execution tools (scoped to this execution only, cleared when it ends)
maxTicks? ​
optionalmaxTicks:number
Defined in: core/src/app/types.ts:806
Override maxTicks for this execution
signal? ​
optionalsignal:AbortSignal
Defined in: core/src/app/types.ts:808
Per-execution abort signal