Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface AdvanceLifecycleResult

    interface AdvanceLifecycleResult {
        agentId: string;
        fromStage:
            | "deprecated"
            | "development"
            | "staging"
            | "production"
            | "testing";
        requiredControls: string[];
        state: AgentLifecycleState;
        toStage: | "deprecated"
        | "development"
        | "staging"
        | "production"
        | "testing";
        transition: LifecycleTransitionRecord;
    }
    Index
    agentId: string
    fromStage: "deprecated" | "development" | "staging" | "production" | "testing"
    requiredControls: string[]
    toStage: "deprecated" | "development" | "staging" | "production" | "testing"