AgentState
Defined in: types/client.ts:48
Represents the state of an agent.
Properties
Section titled “Properties”isInitialized
Section titled “isInitialized”isInitialized:
boolean
Defined in: types/client.ts:52
Indicates whether the agent has been initialized.
isInitializing
Section titled “isInitializing”isInitializing:
boolean
Defined in: types/client.ts:57
Indicates whether the agent is in the process of initializing.
error:
Error|undefined
Defined in: types/client.ts:62
Represents an error associated with the agent, if any.
network
Section titled “network”network:
string|undefined
Defined in: types/client.ts:67
Represents the network associated with the agent, if any.
isLocalhost
Section titled “isLocalhost”isLocalhost:
boolean
Defined in: types/client.ts:72
Indicates whether the agent is connected to a local network.