Documentation / @agentick/core / 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 ​
Returns ​
ProcedureNode | undefined