Liman
Core Liman runtime interface for accessing execution context.
Provides a simplified interface for interacting with the execution context during node execution. Acts as a facade over ExecutionContext.
Attributes
attribute
execution_context= execution_context
Functions
func
__init____init__(self, /, execution_context) -> None
Initialize Liman with execution context.
Args: execution_context: The execution context for this runtime
param
selfparam
execution_contextExecutionContext[Any]
Returns
None
func
setset(self) -> None
param
selfReturns
None
func
getget(self, /, key) -> Any
Get attribute from execution context.
Args: key: Attribute name to retrieve
Returns: Value of the requested attribute
param
selfparam
keystr
Returns
Any
Last updated on