Add Tier 2 differentiators and documentation#67
Closed
pratyush618 wants to merge 8 commits intomainfrom
Closed
Conversation
CostNormalizedMetric, LatencyNormalizedMetric, CostEfficiencyAnalyzer, ParetoFrontier in agenteval-metrics/cost package, 29 tests.
RootCauseAnalyzer clusters regressed cases by failure pattern, detects output/tool/cost/latency changes, ranks by impact, 11 tests.
RecordingJudgeModel/AgentWrapper decorators, ReplayJudgeModel/AgentWrapper for $0 regression tests, RecordingStore persistence, ReplaySuite orchestrator, 32 tests.
Sealed Mutator interface with 5 built-in mutators, PluggableMutator, MutationSuite orchestrator, AgentFactory, 22 tests.
CapabilityDimension enum (8 dimensions), CapabilityProfiler orchestrator, CapabilityComparison, CapabilityReporter, 17 tests.
Update README module structure, add 6 doc pages under docs/advanced for contract testing, chaos engineering, statistical analysis, deterministic replay, mutation testing, and capability fingerprinting.
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.
Summary
CostNormalizedMetric,LatencyNormalizedMetric,CostEfficiencyAnalyzerwith Pareto frontier (29 tests)RootCauseAnalyzerclusters regressed cases by failure pattern, ranks by impact (11 tests)MutationSuitemeasures eval detection rate (22 tests)CapabilityProfiler(17 tests)docs/advanced/67 files, ~5,900 lines, 111 new tests
Test plan
<=parsing error in statistical-analysis doc