You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: reusable GitHub Action and GITHUB_STEP_SUMMARY support (#152)
- action.yml: composite action (uses: Siddhant-K-code/agent-trace@main)
that installs agent-trace, runs eval ci, posts to step summary, and
uploads .agent-traces as a workflow artifact
- eval/runner.py: write to $GITHUB_STEP_SUMMARY when set (GitHub Actions
native), fall back to .agent-traces/eval-summary.md otherwise
- examples/ci/agent-eval.yml: updated to use the reusable action
Closes#130
Co-authored-by: Ona <no-reply@ona.com>
0 commit comments