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

    Interface EffectiveSkill

    interface EffectiveSkill {
        name: string;
        model: string[];
        tier?: "resident" | "cold-tail";
        usable: boolean;
    }
    Index

    Properties

    Properties

    name: string
    model: string[]

    INTERSECT(skill.model, policy.modelAllowlist).

    tier?: "resident" | "cold-tail"
    usable: boolean

    false ⇒ model ∩ allowlist = ∅: the operator's allowlist leaves this skill no model to run.