[ENH] Add agentic workflow benchmark suite for sktime-mcp#396
Open
Rohitstwt wants to merge 1 commit intosktime:mainfrom
Open
[ENH] Add agentic workflow benchmark suite for sktime-mcp#396Rohitstwt wants to merge 1 commit intosktime:mainfrom
Rohitstwt wants to merge 1 commit intosktime:mainfrom
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.
ESoC 2026 - Agentic Benchmark Suite
This PR introduces the first benchmarking framework for sktime-mcp.
The vision is for this to become the backbone benchmarking layer for
the entire repo — every agentic workflow measurable through one suite.
What's working right now
8/8 tests passing locally:
test_load_all_taskstest_task_fieldstest_task_from_dicttest_run_single_tasktest_run_invalid_estimatortest_pipeline_validationtest_score_resulttest_summaryQuick example
3 month ESoC roadmap
Given 3 months I want to build this into:
Reference Issues/PRs
Part of ESoC 2026 application - sktime agentic track
Related to my previous PRs :
What does this implement?
A 3-dimensional benchmark scoring system:
Contributors can add new tasks by writing a single yaml file. No code needed.
New dependencies?
No. Uses pyyaml which is already in the project.
What should reviewers focus on?
scorer.pytasks/PR Checklist
For all contributions
code,bug,doc,maintenance)[ENH],[MNT],[DOC], or[BUG]