agentskit.js

DurableRunnerOptions

Auto-generated API reference for DurableRunnerOptions.

Interface: DurableRunnerOptions

Defined in: durable.ts:35

#Properties

#maxAttempts?

optional maxAttempts?: number

Defined in: durable.ts:39

Max attempts per step. Default 1 (fail fast).


#onEvent?

optional onEvent?: (event) => void

Defined in: durable.ts:43

Observability — fires on replay-hit, retry, completion.

#Parameters

event

DurableEvent

#Returns

void


#retryDelayMs?

optional retryDelayMs?: number

Defined in: durable.ts:41

Backoff in ms between attempts. Default 0.


#runId

runId: string

Defined in: durable.ts:37


#store

store: StepLogStore

Defined in: durable.ts:36

Explore nearby

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page