docs: list amplifier-eval-harness in MODULES.md#285
Open
Conversation
Surfaces the eval harness for evaluating Amplifier bundle configurations across scenarios + providers. Recently transferred to the microsoft org (was previously a personal repo) and brought up to OSS compliance via the repo-audit recipe. Listing here closes the audit's discoverability recommendation. The harness captures wall time, LLM time, per-call tokens, cache traffic, request counts, and per-`provider/model` breakdowns across the full session tree (parent + every sub-session) so cross-bundle and cross-provider comparisons stack directly. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
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
Adds a
MODULES.mdlisting formicrosoft/amplifier-eval-harnessunder the Applications section. The repo was recently moved from a personal namespace into themicrosoftorg and brought up to Microsoft OSS file compliance viarecipes/repo-audit.yaml. The audit recommended listing it for ecosystem discoverability — this PR closes that recommendation.What it is
amplifier-eval-harnessis a configurable test harness for evaluating Amplifier bundle configurations across scenarios + LLM providers in isolated Digital Twin Universe environments. It captures wall time, LLM time, per-call tokens, cache traffic, request counts, and per-provider/modelbreakdowns across the full session tree (parent + every sub-session spawned via delegate / recipes / fork-skills).Test plan
amplifier-app-cliandamplifier-app-log-viewer)🤖 Generated with Amplifier