@deskcreate/agentcraft
    Preparing search index...

    Interface CreatorPackConfig

    interface CreatorPackConfig {
        budget?: RunBudget;
        cache?: boolean | "auto" | "aggressive";
        cacheRoot?: string;
        contentRoot?: string;
        memory?: boolean | { filePath?: string };
        readOnlyByDefault?: boolean;
        skillActivation?: "auto" | "always" | "directive-only";
        toolSelection?: "auto" | "all";
    }
    Index

    Properties

    budget?: RunBudget
    cache?: boolean | "auto" | "aggressive"
    cacheRoot?: string
    contentRoot?: string
    memory?: boolean | { filePath?: string }
    readOnlyByDefault?: boolean
    skillActivation?: "auto" | "always" | "directive-only"
    toolSelection?: "auto" | "all"