-
-
Notifications
You must be signed in to change notification settings - Fork 785
feat: enable LLM‑based hypothesis selection with time‑aware prompt & colored logging #1122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
780469c
add hypo select by llm (without time)
Hoder-zyf 99f6f52
add time_info and log color
Hoder-zyf 3229058
Merge remote-tracking branch 'origin/main' into hypo_select
jingyuanlm a41f917
select no smooth
jingyuanlm dc4d4fa
2 hypo
jingyuanlm b9a3259
Merge remote-tracking branch 'origin/main' into hypo_select
jingyuanlm 837a1d5
merge mian 0806
Hoder-zyf 4365802
Merge remote-tracking branch 'origin/main' into hypo_select
jingyuanlm 268e05d
change select
jingyuanlm c41cf05
small change
jingyuanlm 285686a
fix bug
jingyuanlm afe334f
fix bug and add hypothesis router and begin flag
jingyuanlm 45fd7f0
fix bug v1
jingyuanlm 0f4fd55
fix bug v2
jingyuanlm 69bc380
fix feedback
jingyuanlm 401f04b
add new model
jingyuanlm a952c95
add filter
jingyuanlm 417a757
fix bug v3
jingyuanlm 2ccbe1c
fix bug v4
jingyuanlm 10277b4
change prompts v2
jingyuanlm a1f5581
fix bug v5
jingyuanlm 98f7c5b
fix bug v6
jingyuanlm b308a47
fix hypo
jingyuanlm c080772
fix some bug(sota socre, prompts, ensemble prompts ) and add path le…
jingyuanlm 5a473b2
fix bug v7
jingyuanlm 2b9bbe7
fix bug v8
jingyuanlm ce9e85a
fix bug v9
jingyuanlm 1547da8
fix bug v10
jingyuanlm 1bb475d
reset to v10 and refine
jingyuanlm c7427ec
fix: fix conflicts with main
Hoder-zyf 832277c
fix: translate to english
Hoder-zyf 328e119
fix bug
jingyuanlm d0db93d
fix: use differnet increase_stage for coder & runner
Hoder-zyf 830aacc
fix: use different timeout_increase_stage for coder and runner.
Hoder-zyf 6cb5411
fix: revert logger
Hoder-zyf 63cd255
fix: remove duplicate content
Hoder-zyf 002aefc
feat: implement LLM-driven extra hypothesis selection and adjust logic
you-n-g 0e3d450
refactor: relocate Hypothesis models below TraceChallenges
you-n-g 1bcdb18
remove torch fix bug
jingyuanlm 9bc1335
fix small bug
jingyuanlm a621f62
refactor: prefix internal methods with underscore for llm-based hypot…
you-n-g 4ed5c1f
add fix_seed_and_data_split and enable_simple_hypothesis
jingyuanlm 769a93a
Merge branch 'hypo_select' of https://github.com/microsoft/RD-Agent i…
jingyuanlm 6bda110
lint
you-n-g ab4da1f
refine proposal config order
you-n-g 5839623
code review; comments
you-n-g ffaf9c5
lint
you-n-g 7864323
merge int to float
jingyuanlm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't change the default value if verified with high confidence.