Skip to content

Documentation / @agentick/kernel / getOriginNode

Function: getOriginNode()

getOriginNode(ctx): ProcedureNode | undefined

Defined in: kernel/src/execution-helpers.ts:57

Get the origin procedure node if this is a nested execution. Returns undefined for standalone executions.

Parameters

ctx

KernelContext

Returns

ProcedureNode | undefined

Released under the ISC License.