nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
WeightedConsensusResult
Interface WeightedConsensusResult
Weighted consensus result.
interface
WeightedConsensusResult
{
decision
:
"approve"
|
"reject"
|
"no_consensus"
;
weightedApproval
:
number
;
weightedRejection
:
number
;
totalWeight
:
number
;
quorumReached
:
boolean
;
byzantineDetected
:
boolean
;
participatingAgents
:
readonly
string
[]
;
weightBreakdown
:
ReadonlyMap
<
string
,
number
>
;
}
Index
Properties
decision
weighted
Approval
weighted
Rejection
total
Weight
quorum
Reached
byzantine
Detected
participating
Agents
weight
Breakdown
Properties
Readonly
decision
decision
:
"approve"
|
"reject"
|
"no_consensus"
Readonly
weighted
Approval
weightedApproval
:
number
Readonly
weighted
Rejection
weightedRejection
:
number
Readonly
total
Weight
totalWeight
:
number
Readonly
quorum
Reached
quorumReached
:
boolean
Readonly
byzantine
Detected
byzantineDetected
:
boolean
Readonly
participating
Agents
participatingAgents
:
readonly
string
[]
Readonly
weight
Breakdown
weightBreakdown
:
ReadonlyMap
<
string
,
number
>
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
decision
weighted
Approval
weighted
Rejection
total
Weight
quorum
Reached
byzantine
Detected
participating
Agents
weight
Breakdown
GitHub
npm
nexus-agents - v2.80.0
Loading...
Weighted consensus result.