Skip to content

Documentation / @agentick/core / PROCEDURE_SYMBOL

Variable: PROCEDURE_SYMBOL ​

const PROCEDURE_SYMBOL: typeof PROCEDURE_SYMBOL

Defined in: kernel/src/procedure.ts:110

Symbol used to brand Procedure objects for deterministic type checking. Using Symbol.for() ensures the same symbol across module instances.

Released under the ISC License.