Add eval-harness to LLMOps section#538
Open
hoainho wants to merge 1 commit into
Open
Conversation
Signed-off-by: Hoài Nhớ <nhoxtvt@gmail.com>
4 tasks
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.
Adding eval-harness
Project: https://github.com/nano-step/eval-harness
License: MIT
Language: Bash (+ jq, python3 stdlib)
Released: v0.4.2 on 2026-05-30
What it does
Behavior-regression testing for LLM agents — detects when an agent's behavior drifts from a baseline, attributes the cause across 4 deterministic classes (
SKILL_CHANGED/FIXTURE_STALE/MODEL_CHANGED/UNKNOWN_DRIFT), and emits a 6-field FAIL schema withtranscript_span+env_delta. Ships a composite GitHub Action and a git pre-push hook.Why this fits the LLMOps section
LLMOps testing/observability is a known gap — existing tools tell you THAT a test failed but not WHY. eval-harness fills the regression-detection + attribution slice. It composes well with broader entries on this list (LangSmith, Arize-Phoenix, Langfuse, Helicone, etc.) rather than replacing them; honest comparison vs promptfoo: docs/why-not-promptfoo.md.
Distinctive features
transcript_span+env_deltaEVAL_BUDGET_USD=2.00)Project hygiene
score_shell, fixture path-traversal blocking, GNU/BSD grep portability, etc.)maingood first issue+help wantedlabels for contributorsEntry placement
Inserted between
DeepchecksandEvidently(alphabetical, case-insensitive).Thanks for maintaining this list.