nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
ExpertParticipation
Interface ExpertParticipation
Expert participation record in a session.
interface
ExpertParticipation
{
expertId
:
string
;
role
:
AgentRole
;
joinedAt
:
string
;
status
:
|
"failed"
|
"pending"
|
"working"
|
"submitted"
|
"reviewing"
|
"voted"
;
submittedAt
?:
string
;
retryCount
:
number
;
}
Index
Properties
expert
Id
role
joined
At
status
submitted
At?
retry
Count
Properties
expert
Id
expertId
:
string
role
role
:
AgentRole
joined
At
joinedAt
:
string
status
status
:
"failed"
|
"pending"
|
"working"
|
"submitted"
|
"reviewing"
|
"voted"
Optional
submitted
At
submittedAt
?:
string
retry
Count
retryCount
:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
expert
Id
role
joined
At
status
submitted
At
retry
Count
GitHub
npm
nexus-agents - v2.80.0
Loading...
Expert participation record in a session.