Interface: KabooRunnerOptions¶
Defined in: src/runner.ts:16
Options for KabooAgentRunner / createKabooRunner.
Properties¶
onStoreError?¶
optionalonStoreError?: (error,context) =>void
Defined in: src/runner.ts:18
Called when a store write fails, so hosts can log/observe.
Parameters¶
error¶
unknown
context¶
op¶
string
threadId¶
string
Returns¶
void