cnqiujunhu-dev/AgentLens CI

Run AgentLens evals and optional scans against recorded AI agent traces.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
runsDirectory containing AgentLens trace JSON files.no.agentlens/runs
configAgentLens eval config JSON file.noevals/default.json
node-versionNode.js version used to run AgentLens.no22
summaryWrite a Markdown report to the GitHub Actions step summary.notrue
pr-commentOptional path to write Markdown suitable for a GitHub PR comment.no""
artifact-urlOptional uploaded run bundle or review pack URL to include in generated PR comments and review manifests.no""
sarif-urlOptional uploaded SARIF or code scanning URL to include in generated PR comments and review manifests.no""
bundleOptional directory to write a static AgentLens run bundle.no""
bundle-sectionsOptional dashboard sections for the generated run bundle.nosummary,scan,tool-calls,workflow,filters,timeline
review-baselineOptional baseline trace file for a before/after AgentLens review pack.no""
review-candidateOptional candidate trace file for a before/after AgentLens review pack.no""
reviewOptional directory to write an AgentLens review pack for review-baseline and review-candidate.no""
review-sectionsOptional dashboard sections for the generated review pack run bundle.nosummary,scan,tool-calls,workflow,filters,timeline
review-fail-on-failureFail the action when the generated review pack reports failing eval or scan gates.nofalse
scanRun AgentLens security scan after evals.notrue
scan-fail-onLowest scan severity that fails the action.nohigh
sarifOptional path to write combined SARIF scan results. Requires scan to be true.no""
namedescription
statusPASS when all traces pass evals and scans and at least one trace is found; otherwise FAIL.
totalNumber of trace files evaluated.
passedNumber of trace files that passed.
failedNumber of trace files that failed.
bundleDirectory containing the generated run bundle when the bundle input is set.
bundle-manifestPath to the generated run bundle manifest when the bundle input is set.
reviewDirectory containing the generated review pack when review inputs are set.
review-pr-commentPath to the generated review PR comment Markdown when review inputs are set.
review-bundleDirectory containing the generated review run bundle when review inputs are set.
review-bundle-manifestPath to the generated review run bundle manifest when review inputs are set.
review-manifestPath to the generated review pack manifest when review inputs are set.
review-statusPASS when the generated review pack passed eval and scan gates; otherwise FAIL.
review-generated-atISO timestamp recorded in the generated review manifest.
review-artifact-urlArtifact URL recorded in the generated review manifest when artifact-url is set.
review-sarif-urlSARIF URL recorded in the generated review manifest when sarif-url is set.
review-workflow-chainsCandidate chain event count from the review diff when review inputs are set.
review-workflow-tasksCandidate task event count from the review diff when review inputs are set.
review-workflow-errorsCandidate workflow error marker count from the review diff when review inputs are set.
review-workflow-chain-deltaCandidate minus baseline chain event delta from the review diff when review inputs are set.
review-workflow-task-deltaCandidate minus baseline task event delta from the review diff when review inputs are set.
review-workflow-error-deltaCandidate minus baseline workflow error marker delta from the review diff when review inputs are set.
review-workflow-regressionsCount of workflow regressions detected from chain, task, and workflow error deltas when review inputs are set.