Skip to content

Documentation / @agentick/core / ExecutionOptions

Interface: ExecutionOptions

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

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:818

Per-execution tools (scoped to this execution only, cleared when it ends)


maxTicks?

optional maxTicks: number

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

Override maxTicks for this execution


signal?

optional signal: AbortSignal

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

Per-execution abort signal

Released under the ISC License.