AMPR-185 #532: ampere-eval 3 — Meter & Tolerance grading interface#541
Merged
wow-miley merged 1 commit intoJun 5, 2026
Conversation
Add Reading, Tolerance, Meter (fun interface), MeterError (sealed), OutcomeMeter, CompositeMeter (WeightedMeter), and JudgeMeter (JudgeClient SAM + PlaybackRelay seam) under link.socket.ampere.eval.meter. Includes 26 commonTest tests covering all tasks (3.1–3.5). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Concept staleness check — clean. No tracked-source changes need a concept update. |
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.
Implements the reward-function grading interface for
ampere-eval(AMPR-185).Adds
Reading,Tolerance,Meter(fun interface), andMeterError(sealed) as the core grading primitives, plus three built-in meters:OutcomeMeter(terminal-event predicate, 1.0/0.0),CompositeMeter(weighted mean with required-child fail propagation), andJudgeMeter(LLM judge via injectedJudgeClient+CognitiveRelayseam, deterministic underPlaybackRelayin CI). All meters returnResult<Reading>— malformed/empty traces surface as typedMeterErrorfailures, never thrown exceptions. 26commonTesttests cover all tasks (3.1–3.5).Closes #532
🤖 Generated with Claude Code