nexus-agents - v2.80.0
    Preparing search index...

    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

    participants: ExpertParticipation[]
    results: Map<string, TaskResult>
    votes: VoteMessage[]
    startedAt: string
    completedAt?: string
    error?: string
    messageLog: CollaborationMessage[]