feat: wire share, postmortem, eval, and watch into CLI#18
Merged
Conversation
Add subcommands for all three new features: agent-strace share -- HTML replay generator (#5) agent-strace postmortem -- failure analysis (#5) agent-strace eval -- scoring and regression testing (#10) agent-strace watch -- live monitoring with circuit breakers (#8) Co-authored-by: Ona <no-reply@ona.com>
eval run/ci: remove --dataset argument (not read by runner) watch: remove --alert argument (duplicate of --on-violation) Co-authored-by: Ona <no-reply@ona.com>
568365a to
d53ce1c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #15, #16, #17.
Wires all three new feature sets into
cli.py:agent-strace share— HTML replay generator (closes v0.6.0: Shareable HTML replays + postmortem generation #5 via feat: shareable HTML replays and postmortem analysis (v0.6.0) #15)agent-strace postmortem— failure analysis (closes v0.6.0: Shareable HTML replays + postmortem generation #5 via feat: shareable HTML replays and postmortem analysis (v0.6.0) #15)agent-strace eval run|compare|ci|dataset— eval framework (closes v0.8.0: Evaluation framework — score, compare, and regression-test agent sessions #10 via feat: evaluation framework - score, compare, and regression-test agent sessions (v0.8.0) #16)agent-strace watch— live monitoring with circuit breakers (closes v1.0.0: Live monitoring + circuit breakers #8 via feat: live session monitoring with circuit breakers (v1.0.0) #17)This PR should be merged last, after #15, #16, and #17 are in.