nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
SessionState
Interface SessionState
Aggregated session status.
interface
SessionState
{
config
:
CollaborationConfig
;
status
:
SessionStatus
;
participants
:
ExpertParticipation
[]
;
results
:
Map
<
string
,
TaskResult
>
;
reviews
:
ReviewResponseMessage
[]
;
votes
:
VoteMessage
[]
;
startedAt
:
string
;
completedAt
?:
string
;
error
?:
string
;
messageLog
:
CollaborationMessage
[]
;
}
Index
Properties
config
status
participants
results
reviews
votes
started
At
completed
At?
error?
message
Log
Properties
config
config
:
CollaborationConfig
status
status
:
SessionStatus
participants
participants
:
ExpertParticipation
[]
results
results
:
Map
<
string
,
TaskResult
>
reviews
reviews
:
ReviewResponseMessage
[]
votes
votes
:
VoteMessage
[]
started
At
startedAt
:
string
Optional
completed
At
completedAt
?:
string
Optional
error
error
?:
string
message
Log
messageLog
:
CollaborationMessage
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
config
status
participants
results
reviews
votes
started
At
completed
At
error
message
Log
GitHub
npm
nexus-agents - v2.80.0
Loading...
Aggregated session status.