@suluk/models - v0.1.3
    Preparing search index...

    Function deriveRequirements

    • Derive HardFilters from an agent/skill's declared needs + the analyzer's load (the C027 seam).

      Parameters

      • input: {
            minWindowRequired?: number;
            hasRoutes?: boolean;
            needsStructured?: boolean;
            inputModalities?: string[];
            policy?: {
                modelAllowlist?: string[];
                allowedRegions?: string[];
                allowedLicenses?: string[];
                allowedRetention?: DataRetention[];
            };
        }

      Returns HardFilters