Skip to content

AgentState

Defined in: types/client.ts:59

Represents the state of an agent.

isInitialized: boolean

Defined in: types/client.ts:63

Indicates whether the agent has been initialized.


isInitializing: boolean

Defined in: types/client.ts:68

Indicates whether the agent is in the process of initializing.


error: Error | undefined

Defined in: types/client.ts:73

Represents an error associated with the agent, if any.


network: string | undefined

Defined in: types/client.ts:78

Represents the network associated with the agent, if any.


isLocalhost: boolean

Defined in: types/client.ts:83

Indicates whether the agent is connected to a local network.