Skip to content

Documentation / @agentick/core / LatchGateDescriptor

Interface: LatchGateDescriptor

Defined in: core/src/hooks/gate.ts:43

Latch gate: edge-triggered arming, explicit release.

Properties

activateWhen()

activateWhen: (result) => boolean

Defined in: core/src/hooks/gate.ts:51

Arming predicate, checked at tick end only while the gate is inactive. Once armed, the gate stays engaged until the model clears the knob or application code calls clear().

Parameters

result

TickResult

Returns

boolean


description

description: string

Defined in: core/src/hooks/gate.ts:44


instructions

instructions: string

Defined in: core/src/hooks/gate.ts:45

Released under the ISC License.