@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias SkillsListParams

    type SkillsListParams = {
        cwds?: string[];
        forceReload?: boolean;
    }
    Index

    Properties

    Properties

    cwds?: string[]

    When empty, defaults to the current session working directory.

    forceReload?: boolean

    When true, bypass the skills cache and re-scan skills from disk.