nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
CliCircuitHealthStatus
Interface CliCircuitHealthStatus
Health status for all CLIs with circuit state.
interface
CliCircuitHealthStatus
{
clis
:
readonly
{
name
:
"claude"
|
"gemini"
|
"codex"
|
"opencode"
;
healthy
:
boolean
;
circuitState
:
"open"
|
"closed"
|
"half-open"
;
failureCount
:
number
;
lastFailureTime
:
number
|
null
;
}
[]
;
systemHealthy
:
boolean
;
healthyCount
:
number
;
timestamp
:
number
;
}
Index
Properties
clis
system
Healthy
healthy
Count
timestamp
Properties
Readonly
clis
clis
:
readonly
{
name
:
"claude"
|
"gemini"
|
"codex"
|
"opencode"
;
healthy
:
boolean
;
circuitState
:
"open"
|
"closed"
|
"half-open"
;
failureCount
:
number
;
lastFailureTime
:
number
|
null
;
}
[]
Readonly
system
Healthy
systemHealthy
:
boolean
Readonly
healthy
Count
healthyCount
:
number
Readonly
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
clis
system
Healthy
healthy
Count
timestamp
GitHub
npm
nexus-agents - v2.80.0
Loading...
Health status for all CLIs with circuit state.