aea.components.loader
This module contains utilities for loading components.
component_type_to_class
Get the component class from the component type.
Arguments:
component_type: the component type
Returns:
the component class
load_component_from_config
Load a component from a directory.
Arguments:
configuration: the component configuration.args: the positional arguments.kwargs: the keyword arguments.
Returns:
the component instance.
AEAPackageNotFound Objects
Exception when failed to import package, cause not exists.