@elizaos/core v1.0.6 / v1 / Client
Type Alias: Client
Client:
object
Client interface for platform connections
Type declaration​
name​
name:
string
Client name
config?​
optional
config:object
Client configuration
Index Signature​
[key
: string
]: any
start()​
start: (
runtime
) =>Promise
<ClientInstance
>
Start client connection
Parameters​
• runtime: IAgentRuntime
Returns​
Promise
<ClientInstance
>