Skip to content
IC Reactor

AgentState

Defined in: types/client.ts:52

Represents the state of an agent.

isInitialized: boolean

Defined in: types/client.ts:56

Indicates whether the agent has been initialized.


isInitializing: boolean

Defined in: types/client.ts:61

Indicates whether the agent is in the process of initializing.


error: Error | undefined

Defined in: types/client.ts:66

Represents an error associated with the agent, if any.


network: string | undefined

Defined in: types/client.ts:71

Represents the network associated with the agent, if any.


isLocalhost: boolean

Defined in: types/client.ts:76

Indicates whether the agent is connected to a local network.