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

    Interface OrchestratorResult

    Result of orchestration execution.

    interface OrchestratorResult {
        executionId: string;
        orchestratorType: OrchestratorType;
        steps: OrchestratorStep[];
        output: unknown;
        totalDurationMs: number;
        totalTokensUsed: number;
        agentsUsed: string[];
    }
    Index

    Properties

    executionId: string

    Unique execution ID

    orchestratorType: OrchestratorType

    Orchestrator type that executed

    Steps executed

    output: unknown

    Final aggregated output

    totalDurationMs: number

    Total execution time in ms

    totalTokensUsed: number

    Total tokens consumed

    agentsUsed: string[]

    Agents involved