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

    Type Alias SkillSummary

    type SkillSummary = {
        description: string;
        enabled: boolean;
        interface: SkillInterface | null;
        name: string;
        path: AbsolutePathBuf | null;
        shortDescription: string | null;
    }
    Index

    Properties

    description: string
    enabled: boolean
    interface: SkillInterface | null
    name: string
    path: AbsolutePathBuf | null
    shortDescription: string | null