ISPO SDK
    Preparing search index...

    Interface AgentRunResultEnvelope

    Markdown

    Worker → host → caller agent-run envelope (§25). Long-running work: the host returns a run id plus declared artifacts and RE-validates the declared channel + artifact containment at COMPLETION, not only at return (two-phase).

    interface AgentRunResultEnvelope {
        artifacts: AgentRunArtifact[];
        kind: "agent-run";
        runId: string;
    }
    Index
    artifacts: AgentRunArtifact[]
    kind: "agent-run"
    runId: string