@okcashpro/okai 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
>