@ai16z/eliza v0.1.4-alpha.3 / 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>