ISPO SDK
    Preparing search index...

    Interface AgentSessionCreateResult

    Markdown
    interface AgentSessionCreateResult {
        agent: "claude" | "codex" | "opencode" | "pi" | "cursor" | "ispo";
        controllerProjectId?: string;
        effort?: string;
        executionClass: AgentExecutionClass;
        model: string;
        parentSessionId?: string;
        projectId: string;
        projectName?: string;
        sessionId: string;
        stateRevision: number;
        workload: AgentSessionWorkload;
    }
    Index
    agent: "claude" | "codex" | "opencode" | "pi" | "cursor" | "ispo"
    controllerProjectId?: string
    effort?: string
    executionClass: AgentExecutionClass
    model: string
    parentSessionId?: string
    projectId: string

    Target project; this may differ from controllerProjectId.

    projectName?: string
    sessionId: string
    stateRevision: number