nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
RoundSummary
Interface RoundSummary
Summary of a single round.
interface
RoundSummary
{
roundNumber
:
number
;
phase
:
"analysis"
|
"consensus"
|
"deliberation"
;
findingsCount
:
number
;
votesCount
:
number
;
agreementScore
:
number
;
durationMs
:
number
;
}
Index
Properties
round
Number
phase
findings
Count
votes
Count
agreement
Score
duration
Ms
Properties
round
Number
roundNumber
:
number
phase
phase
:
"analysis"
|
"consensus"
|
"deliberation"
findings
Count
findingsCount
:
number
votes
Count
votesCount
:
number
agreement
Score
agreementScore
:
number
duration
Ms
durationMs
:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
round
Number
phase
findings
Count
votes
Count
agreement
Score
duration
Ms
GitHub
npm
nexus-agents - v2.80.0
Loading...
Summary of a single round.