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