Closed
Conversation
added 3 commits
August 14, 2025 14:05
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds evaluation functionality for analyzing multiple agent runs, including majority voting and LLM-based solution selection. The changes introduce two new analysis methods to help select the best solutions from multiple agent attempts.
- Adds majority vote calculation for determining task success based on multiple runs
- Implements LLM-powered solution selector to choose best answers from multiple attempts
- Updates evaluation scripts to include the new analysis tools
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| apps/run-agent/scripts/claude-sonnet-3.7/run_evaluate_multiple_runs_gaia-validation.sh | Adds new evaluation steps for score calculation and solution selection |
| apps/run-agent/main.py | Registers the new llm-solution-selector command |
| apps/run-agent/llm_solution_selector.py | New module implementing LLM-based solution selection with async processing |
| apps/run-agent/calculate_score_from_log.py | Adds majority vote calculation and updates log file pattern matching |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
BinWang28
pushed a commit
that referenced
this pull request
Mar 11, 2026
feat(tool-blacklist): add tool blacklist function
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.
Describe this PR
Checklist for PR
Must Do
feat(agent): add pdf tool via mcp,perf: make llm client asyncandfix(utils): load custom config via importlibetc. CI jobcheck-pr-titleenforces Angular commit message format to PR title.make precommitlocally. CI joblintenforce ruff default format/lint rules on all new codes.make pytest. Check test summary (located atreport.html) and coverage report (located athtmlcov/index.html) on new codes.Nice To Have
/testsforfeatandtestPR./docsfordocsandciPR.