@elizaos/core v0.1.7-alpha.1 / Service
IImageDescriptionService
ITranscriptionService
IVideoService
ITextGenerationService
IBrowserService
ISpeechService
IPdfService
IAwsS3Service
ISlackService
new Service():
Service
get
static
serviceType():ServiceType
packages/core/src/types.ts:1025
get serviceType():
ServiceType
packages/core/src/types.ts:1036
static
getInstance<T
>():T
• T extends Service
T
packages/core/src/types.ts:1029
abstract
initialize(runtime
):Promise
<void
>
Add abstract initialize method that must be implemented by derived classes
• runtime: IAgentRuntime
Promise
<void
>