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