← Back to walkthrough missions

Mission #03 · Beginner

Run a governed replay

Run AI Governance Platform’s deterministic public-API walkthrough. It creates a local manifest and hands you to Studio to inspect the result or deliberately submit the replay.

Replay preparationRun lineageReusable manifests
Website Academy is a guided journey. It never calls your localhost services or reads their state. Mark each step complete yourself; Studio validates the runtime once you choose to open it.
  1. STEP 01

    Start the local stack

    Start AI Governance Platform and wait for the seeded dataset and replayable source execution.

    Run in your AI Governance Platform checkout
    ./servers.sh

    Expected outcome

    The local API and Studio are ready for the public walkthrough.

  2. STEP 02

    Run the governed replay walkthrough

    Use the versioned CLI scenario from the OSS checkout.

    Run in your AI Governance Platform checkout
    uv sync
    uv run ai-governance walkthrough governed-replay

    Expected outcome

    The CLI reports completed, pending, or skipped steps and writes a manifest under .ai-governance/walkthroughs/.

  3. STEP 03

    Inspect the prepared replay

    Open Studio to review the replay, its source execution, and its linked evidence.

    Expected outcome

    You can inspect a prepared replay without running any long-lived work yet.

  4. STEP 04

    Submit only when ready

    Opt in to the normal replay job after you have inspected the prepared request.

    Run in your AI Governance Platform checkout
    uv run ai-governance walkthrough governed-replay --submit-replay

    Expected outcome

    The replay job is queued; Studio shows its progress and subsequent evidence as the normal worker lifecycle completes.