ISPO SDK
    Preparing search index...

    Interface AgentRunArtifact

    Markdown

    One artifact an agent-run declares. Its ref is verified for worker containment on the SAME rules as the standalone channel it names.

    interface AgentRunArtifact {
        channel: "files" | "assets" | "entities";
        ref: string;
    }
    Index
    channel: "files" | "assets" | "entities"
    ref: string