@ai16z/eliza v1.0.0 / Client
Type Alias: Client
Client:
object
Type declaration
start()
start: (
runtime
?) =>Promise
<unknown
>
Parameters
• runtime?: IAgentRuntime
Returns
Promise
<unknown
>
stop()
stop: (
runtime
?) =>Promise
<unknown
>
Parameters
• runtime?: IAgentRuntime
Returns
Promise
<unknown
>