Trace, check, redact

The AgentInspect product loop: capture what happened, check expectations, and redact before sharing.

The recommended local evidence path for the current 6.17.x release line.

Automated packed path (CI)

From a packed agent-inspect install (scripts/packed-quickstart-e2e.mjs via pnpm pack:smoke):

text
init --yes → demo → list → verify-safe <runId> --dir .agent-inspect

Semantic loop smoke (scripts/packed-semantic-loop-e2e.mjs) exercises check → gate → bundle → verify on a pilot-shaped fixture.

text
init → demo → list → view/report → check → bundle --profile share → verify-safe → bundle verify

LangGraph-oriented path:

text
init --framework langgraph → capture → TraceContract / gate → Evidence v2 → optional MCP get_trace_facts

Use required positional targets (<run-id> or file path). See the root README five-minute path.

Optional extensions

Honest boundaries

  • Full broken→fix→Studio productization is not a single automated script.
  • External partner retention attestation is tracked internally; do not invent adoption rows.
  • Redaction is best-effort, not compliance certification.

Full reference remains in GitHub docs during the docs migration.