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

    Interface ModelSelection

    Model selection for a sub-agent. Enables per-subtask model optimization (performance-cost tradeoff).

    interface ModelSelection {
        provider?: string;
        modelId?: string;
        temperature?: number;
        maxTokens?: number;
        reasoning?: ReasoningDepth;
    }
    Index

    Properties

    provider?: string

    Provider ID (e.g., 'anthropic', 'openai')

    modelId?: string

    Specific model ID

    temperature?: number

    Generation temperature (0-2)

    maxTokens?: number

    Maximum response tokens

    reasoning?: ReasoningDepth

    Reasoning depth hint