Key
A companion object that serves as the key for the AgentRunInfoContextElement
in a CoroutineContext
. This key allows retrieval of the AgentRunInfoContextElement
instance stored in a coroutine's context.
Implements CoroutineContext.Key
to provide a type-safe mechanism for accessing the associated context element.