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

    Interface TrinityPhaseResult

    Result from a single TRINITY phase.

    interface TrinityPhaseResult {
        phase: TrinityPhase;
        role: TrinityRole;
        output: string;
        durationMs: number;
        tokensUsed: number;
    }
    Index

    Properties

    Which phase produced this result

    Role that executed this phase

    output: string

    Output from the phase

    durationMs: number

    Duration in milliseconds

    tokensUsed: number

    Tokens used