fixed evalution framework , fixed gen_ai_format function#51
Merged
Iamsdt merged 2 commits into10xHub:mainfrom Feb 26, 2026
Merged
fixed evalution framework , fixed gen_ai_format function#51Iamsdt merged 2 commits into10xHub:mainfrom
Iamsdt merged 2 commits into10xHub:mainfrom
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Iamsdt
approved these changes
Feb 26, 2026
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.
This pull request introduces a major refactor and expansion of the agent evaluation framework, improving modularity, clarity, and configuration flexibility. The changes reorganize configuration files, add new preset and reporter configuration options, expand criterion configuration methods, and update imports across the package for better usability and maintainability.
Core framework and configuration improvements:
agentflow/evaluation/configpackage, movingeval_config.pyand adding a new__init__.pyfor clear import paths and documentation. [1] [2]ReporterConfigfor fine-grained control over evaluation report generation, including output formats, verbosity, and file details. This is now part ofEvalConfig. [1] [2] [3]"gemini-2.5-flash". [1] [2] [3]agentflow/evaluation/__init__.pyandagentflow/evaluation/collectors/__init__.py, grouping imports by theme and improving example usage. [1] [2]API and robustness enhancements:
litellm_converter.pyto handle missing orNonevalues robustly.UserSimulatorConfigto"gemini-2.5-flash"for consistency with LLM-based criteria.These changes collectively make the evaluation framework more modular, easier to configure, and more robust for both internal and external users.
Framework and configuration refactor:
agentflow/evaluation/config, addedReporterConfig, and expanded preset and criterion configuration methods for greater flexibility and clarity. [1] [2] [3] [4] [5] [6] [7]agentflow/evaluation/__init__.pyandagentflow/evaluation/collectors/__init__.pyfor improved usability and thematic grouping. [1] [2]Criterion and preset expansion:
"gemini-2.5-flash". [1] [2] [3]API robustness:
litellm_converter.pyto handle missing orNonevalues, preventing errors in downstream processing.Model configuration:
UserSimulatorConfigto"gemini-2.5-flash"for consistency across LLM-based evaluation criteria.