Skip to content

Documentation / @agentick/core / GateDescriptor

Interface: GateDescriptor ​

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

Properties ​

activateWhen() ​

activateWhen: (result) => boolean

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

Parameters ​

result ​

TickResult

Returns ​

boolean


description ​

description: string

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


instructions ​

instructions: string

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

Released under the ISC License.