feat: regression guard, agent card, recommend command, external datasets#14
Merged
himmi-01 merged 1 commit intoMay 28, 2026
Conversation
- feat(1B): Regression Guard — auto-detect score drops after every run-benchmark;
new 'evalmonkey guard' command exits with code 1 for CI/CD gating.
Configurable via EVAL_REGRESSION_THRESHOLD env var (default: 5 pts).
- feat(1C): Agent Card — 'evalmonkey report' generates shareable Markdown with
shields.io badge, per-scenario score table, and production reliability metric.
Paste the badge directly into your README.
- feat(1A): 'evalmonkey recommend' — reads agent_type from evalmonkey.yaml and
shows curated benchmark suite (research_agent, coding_agent, rag_agent,
customer_support, voice_agent, safety_agent, general).
- feat(phase2): External and Private Datasets
- '--dataset my_cases.jsonl' flag for local JSONL/JSON/CSV files
- 'hf::org/dataset' prefix to load any HuggingFace dataset directly
- 'confident-ai::dataset_id' / 'braintrust::ref' / 'langsmith::id' prefixes
to use EvalMonkey as chaos+scoring harness on top of your existing eval
platform datasets (API key from .env)
- Generic REST harness via 'private_benchmarks' block in evalmonkey.yaml
- tests: 53 new unit tests (all mocked, no network), 149 total passing
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.
feat(1B): Regression Guard — auto-detect score drops after every run-benchmark; new 'evalmonkey guard' command exits with code 1 for CI/CD gating. Configurable via EVAL_REGRESSION_THRESHOLD env var (default: 5 pts).
feat(1C): Agent Card — 'evalmonkey report' generates shareable Markdown with shields.io badge, per-scenario score table, and production reliability metric. Paste the badge directly into your README.
feat(1A): 'evalmonkey recommend' — reads agent_type from evalmonkey.yaml and shows curated benchmark suite (research_agent, coding_agent, rag_agent, customer_support, voice_agent, safety_agent, general).
feat(phase2): External and Private Datasets
tests: 53 new unit tests (all mocked, no network), 149 total passing