nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
ObserverTrackedAgent
Interface ObserverTrackedAgent
Tracked agent information.
interface
ObserverTrackedAgent
{
id
:
string
;
role
:
string
;
state
:
"error"
|
"thinking"
|
"idle"
|
"waiting"
|
"executing"
;
currentTask
?:
string
;
lastUpdated
:
string
;
taskCount
:
number
;
errorCount
:
number
;
}
Index
Properties
id
role
state
current
Task?
last
Updated
task
Count
error
Count
Properties
Readonly
id
id
:
string
Readonly
role
role
:
string
state
state
:
"error"
|
"thinking"
|
"idle"
|
"waiting"
|
"executing"
Optional
current
Task
currentTask
?:
string
last
Updated
lastUpdated
:
string
task
Count
taskCount
:
number
error
Count
errorCount
:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
id
role
state
current
Task
last
Updated
task
Count
error
Count
GitHub
npm
nexus-agents - v2.80.0
Loading...
Tracked agent information.