CI artifacts

Run deterministic checks in CI and upload redacted local artifacts with your CI platform.

CI pattern

  1. Install `agent-inspect` in CI
  2. Write traces locally during tests or fixtures
  3. Run deterministic checks
  4. Create redacted artifacts
  5. Upload with your CI platform (AgentInspect does not upload)

Checks

bash
npx agent-inspect check .agent-inspect/*.jsonl --require-completed --detect-stalls

Artifacts

bash
npx agent-inspect artifacts <run-id> --dir ./.agent-inspect \
  --output-dir ./artifacts --github-summary "$GITHUB_STEP_SUMMARY"

Prefer deterministic fixtures and redacted outputs for PR review.

Full reference in GitHub docs

Full reference remains in GitHub docs during the docs migration.