@ai16z/eliza v0.1.4-alpha.3 / Service
IImageDescriptionService
ITranscriptionService
IVideoService
ITextGenerationService
IBrowserService
ISpeechService
IPdfService
new Service():
Service
get
static
serviceType():ServiceType
packages/core/src/types.ts:955
get serviceType():
ServiceType
packages/core/src/types.ts:966
static
getInstance<T
>():T
• T extends Service
T
packages/core/src/types.ts:959
abstract
initialize(runtime
):Promise
<void
>
Add abstract initialize method that must be implemented by derived classes
• runtime: IAgentRuntime
Promise
<void
>