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

    Interface AgentManifestSkill

    interface AgentManifestSkill {
        name: string;
        model: string[];
        tier?: "resident" | "cold-tail";
        source?: string;
        contentHash?: string;
        version?: string;
    }
    Index

    Properties

    name: string
    model: string[]
    tier?: "resident" | "cold-tail"
    source?: string
    contentHash?: string

    the pinned hash of the served instructions — what the signature ends up covering.

    version?: string