Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 711 Bytes

Client.md

File metadata and controls

41 lines (21 loc) · 711 Bytes

@elizaos/core v0.1.7-alpha.1 / Client

Type Alias: Client

Client: object

Client interface for platform connections

Type declaration

start()

start: (runtime) => Promise<unknown>

Start client connection

Parameters

runtime: IAgentRuntime

Returns

Promise<unknown>

stop()

stop: (runtime) => Promise<unknown>

Stop client connection

Parameters

runtime: IAgentRuntime

Returns

Promise<unknown>

Defined in

packages/core/src/types.ts:574