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

    Interface OrchestrateInputLike

    Minimal shape of orchestrate input (avoids circular import).

    interface OrchestrateInputLike {
        task: string;
        context?: Record<string, unknown>;
        maxIterations?: number;
    }
    Index

    Properties

    task: string
    context?: Record<string, unknown>
    maxIterations?: number