@suluk/agents - v0.1.6
    Preparing search index...

    Interface Preferences

    Preference — RANKS the survivors. A named profile is the 90% case; the escape hatch is ≤4 small int weights.

    interface Preferences {
        profile?: Profile;
        prefer?: {
            intelligence?: 0 | 1 | 2 | 3;
            cost?: 0 | 1 | 2 | 3;
            speed?: 0 | 1 | 2 | 3;
            context?: 0 | 1 | 2 | 3;
        };
        taskShape?: "agentic"
        | "coding"
        | "reasoning";
    }
    Index

    Properties

    profile?: Profile
    prefer?: {
        intelligence?: 0 | 1 | 2 | 3;
        cost?: 0 | 1 | 2 | 3;
        speed?: 0 | 1 | 2 | 3;
        context?: 0 | 1 | 2 | 3;
    }
    taskShape?: "agentic" | "coding" | "reasoning"

    routes the single "intelligence" knob to the ONE relevant INTEL sub-tier.