NodeInfoContextElement
Represents a coroutine context element that holds metadata specific to a particular node participating in the execution context of an AI agent strategy.
This class implements CoroutineContext.Element
, enabling it to store and provide access to node-specific context information, such as the name of the node, within coroutine scopes.