ISPO SDK
    Preparing search index...

    Interface AgentSessionPlanEntry

    Markdown
    interface AgentSessionPlanEntry {
        id: string;
        status: "in-progress" | "pending" | "completed";
        title: string;
    }
    Index
    id: string
    status: "in-progress" | "pending" | "completed"
    title: string