@elizaos/core v0.1.7 / Client
Client:
object
Client interface for platform connections
start: (
runtime) =>Promise<unknown>
Start client connection
• runtime: IAgentRuntime
Promise<unknown>
stop: (
runtime) =>Promise<unknown>
Stop client connection
• runtime: IAgentRuntime
Promise<unknown>