The Component subsystem manages loading and execution of SRE components and skills.
Role: Local component loader
Summary: Loads and manages components from the local filesystem. Handles component discovery, loading, and lifecycle management from built-in components.
Setting | Type | Required | Default | Description |
---|---|---|---|---|
No settings | - | - | - | LocalComponent connector takes no configuration parameters |
Example Configuration:
import { SRE } from '@smythos/sre';
SRE.init({
Component: {
Connector: 'LocalComponent',
Settings: {},
},
});
Use Cases:
How it Works:
ComponentInstances