@elizaos/core v1.0.0-beta.51 / TeePluginConfig
Interface: TeePluginConfig
Configuration for a TEE (Trusted Execution Environment) plugin. This allows specifying the TEE vendor and any vendor-specific configurations. It's used to initialize and configure TEE-related functionalities within the agent system.
Properties​
vendor?​
optional
vendor:string
Optional. The name or identifier of the TEE vendor (e.g., 'tdx_dstack' from TeeType
).
Defined in​
packages/core/src/types.ts:1510
vendorConfig?​
optional
vendorConfig:TeeVendorConfig
Optional. Vendor-specific configuration options, conforming to TeeVendorConfig
.