Wactorz JS
Preparing search index...
io/WSChatClient
StatePatchAgent
Type Alias StatePatchAgent
One agent entry as the server includes it in state-patch messages.
type
StatePatchAgent
=
{
agent_id
:
string
;
agent_type
?:
string
;
cost_usd
?:
number
;
cpu
?:
number
;
mem
?:
number
;
messages_processed
?:
number
;
name
?:
string
;
protected
?:
boolean
;
state
?:
string
;
status
?:
string
;
task
?:
string
;
uptime
?:
number
;
}
Index
Properties
agent_
id
agent_
type?
cost_
usd?
cpu?
mem?
messages_
processed?
name?
protected?
state?
status?
task?
uptime?
Properties
agent_
id
agent_id
:
string
Optional
agent_
type
agent_type
?:
string
Optional
cost_
usd
cost_usd
?:
number
Optional
cpu
cpu
?:
number
Optional
mem
mem
?:
number
Optional
messages_
processed
messages_processed
?:
number
Optional
name
name
?:
string
Optional
protected
protected
?:
boolean
Optional
state
state
?:
string
Optional
status
status
?:
string
Optional
task
task
?:
string
Optional
uptime
uptime
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent_
id
agent_
type
cost_
usd
cpu
mem
messages_
processed
name
protected
state
status
task
uptime
Wactorz JS
Loading...
One agent entry as the server includes it in state-patch messages.