Add Mutagent: eval-driven prompt optimization#25
Open
bene-mutagent wants to merge 1 commit into
Open
Conversation
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.
Adds Mutagent to the Evals & Verification section.
What it is: Open-source (MIT) Claude Code plugin + bare Agent Skills bundle that gives AI engineers an eval-driven loop for prompt and agent optimization: capture traces → curate datasets → score against rubrics → optimize prompts against measurable targets.
Why it fits: Existing Evals entries (DeepEval, Inspect AI, tau-bench, SWE-bench) cover scoring infrastructure and benchmarks; Mutagent is orthogonal — it closes the loop from existing-framework traces (Mastra/LangChain/LangGraph/Vercel AI SDK) to dataset curation, rubric scoring, and prompt optimization against measurable targets. Vendor-agnostic by principle: the pattern (trace → dataset → rubric → optimize) generalizes regardless of which adapter is wired.
Credibility: 9.6k npm downloads/30d on
@mutagent/cli. Framework adapters for Mastra, LangChain, LangGraph, Vercel AI SDK. Runtime-agnostic (works in Claude Code, Cursor, Aider, Continue).Source: https://github.com/mutagent-io/skills
Docs: https://docs.mutagent.io
Install:
npm install -g @mutagent/cli && mutagent skills installHappy to revise placement/wording if it's a better fit elsewhere.