Interfaces

EscalationPolicy

Interface: EscalationPolicy

Defined in: src/core/agent/skillBrains.ts:57

Escalate-on-evidence policy (see the module header).

Extends

Properties

afterRefusals

readonly afterRefusals: number

Defined in: src/core/agent/skillBrains.ts:60

Gate refusals (skill.rejected — reachability OR posture) in ONE turn that flip the rest of the turn onto this brain. Integer ≥ 1.


model?

readonly optional model?: string

Defined in: src/core/agent/skillBrains.ts:53

Inherited from

ProviderChoice.model


provider

readonly provider: LLMProvider

Defined in: src/core/agent/skillBrains.ts:52

Inherited from

ProviderChoice.provider

On this page