@uservane/agent-react: AgentInitOptions
Type Alias: AgentInitOptions
Section titled “Type Alias: AgentInitOptions”AgentInitOptions =
object
Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/index.d.ts:69
Properties
Section titled “Properties”apiBase?
Section titled “apiBase?”
optionalapiBase?:string
Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/index.d.ts:73
API origin. Defaults inside @uservane/browser.
debug?
Section titled “debug?”
optionaldebug?:boolean
Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/index.d.ts:75
When true, logs show/no-show rationale and link/unlink reasons.
key:
string
Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/index.d.ts:71
Publishable key, e.g. uv_pk_live_....
nonBlocking?
Section titled “nonBlocking?”
optionalnonBlocking?:boolean
Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/index.d.ts:81
When true, mechanical triggers (afterTurn / onSessionEnd / relative-time)
may fire. Default false: agent is blocking-capable and a task is open
until resolveTask fires.
relativeTimeMs?
Section titled “relativeTimeMs?”
optionalrelativeTimeMs?:number
Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/index.d.ts:88
Relative-time trigger (ms after init). Only evaluated in nonBlocking mode. Fires once through decideShow.
surveySlug?
Section titled “surveySlug?”
optionalsurveySlug?:string
Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/index.d.ts:83
Default survey slug for resolveTask / mechanical triggers.