CI artifacts
Run deterministic checks in CI and upload redacted local artifacts with your CI platform.
CI pattern
- Install `agent-inspect` in CI
- Write traces locally during tests or fixtures
- Run deterministic checks
- Create redacted artifacts
- Upload with your CI platform (AgentInspect does not upload)
Checks
bash
npx agent-inspect check .agent-inspect/*.jsonl --require-completed --detect-stallsArtifacts
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.