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

    Interface PolicyNarrowing

    interface PolicyNarrowing {
        axis:
            | "scope"
            | "tier"
            | "model"
            | "maxDepth"
            | "tools"
            | "retrievalTools"
            | "subAgents"
            | "nesting";
        detail: string;
    }
    Index

    Properties

    Properties

    axis:
        | "scope"
        | "tier"
        | "model"
        | "maxDepth"
        | "tools"
        | "retrievalTools"
        | "subAgents"
        | "nesting"
    detail: string