agentsnap-action
Version updated for https://github.com/MukundaKatta/agentsnap-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The agentsnap-action GitHub Action automates the process of detecting and managing changes in AI agent tool-call traces by comparing current test outputs (*.current.json) with predefined baseline snapshots (*.snap.json). It flags discrepancies (drift), fails pull requests based on configurable criteria, and optionally posts a summary of the drift as a PR comment. This action streamlines regression testing for AI agents, ensuring trace consistency and simplifying snapshot updates when intentional changes are made.
What’s Changed
Initial release. Snapshot tests for AI tool-call traces. Diffs current traces against committed baselines and fails the PR on drift. Posts a Markdown diff comment on the PR.