agentskit.js

DurableRunnerOptions

Auto-generated API reference for DurableRunnerOptions.

Interface: DurableRunnerOptions

Defined in: durable.ts:37

#Properties

#maxAttempts?

optional maxAttempts?: number

Defined in: durable.ts:41

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


#onEvent?

optional onEvent?: (event) => void

Defined in: durable.ts:45

Observability β€” fires on replay-hit, retry, completion.

#Parameters

event

DurableEvent

#Returns

void


#retryDelayMs?

optional retryDelayMs?: number

Defined in: durable.ts:43

Backoff in ms between attempts. Default 0.


#runId

runId: string

Defined in: durable.ts:39


#store

store: StepLogStore

Defined in: durable.ts:38

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page