Skip to content

Documentation / @agentick/core / ExecutionOptions

Interface: ExecutionOptions ​

Defined in: core/src/app/types.ts:804

Per-execution overrides for a single tick/send.

Properties ​

executionTools? ​

optional executionTools: 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? ​

optional maxTicks: number

Defined in: core/src/app/types.ts:806

Override maxTicks for this execution


signal? ​

optional signal: AbortSignal

Defined in: core/src/app/types.ts:808

Per-execution abort signal

Released under the ISC License.