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

    Interface SkillRenderInput

    interface SkillRenderInput {
        name: string;
        description: string;
        instructions: string;
        source?: string;
        version?: string;
    }
    Index

    Properties

    name: string
    description: string
    instructions: string

    the instruction snapshot (the served /v1/instructions content, pinned at generate time).

    source?: string

    the URL the snapshot was taken from (recorded in the stamp; not fetched here).

    version?: string