@ai16z/eliza v0.1.6-alpha.4 / 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
>