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

    Interface VoteMessage

    Vote message for consensus protocol.

    interface VoteMessage {
        type: "vote";
        expertId: string;
        decision: VoteDecision;
        reasoning: string;
        conditions?: string[];
    }
    Index

    Properties

    type: "vote"
    expertId: string
    decision: VoteDecision
    reasoning: string
    conditions?: string[]