swarmauri.core.chains.IChainContextLoader module

class swarmauri.core.chains.IChainContextLoader.IChainContextLoader[source]

Bases: ABC

abstract load_context(context_id)[source]

Load the execution context by its identifier.

Return type:

Dict[str, Any]