Skip to content

Conversation

@Hoder-zyf
Copy link
Collaborator

@Hoder-zyf Hoder-zyf commented Aug 13, 2025

Description

Motivation and Context

How Has This Been Tested?

  • If you are adding a new feature, test on your own test scripts.

Screenshots of Test Results (if appropriate):

  1. Your own tests:

Types of changes

  • Fix bugs
  • Add new feature
  • Update documentation

📚 Documentation preview 📚: https://RDAgent--1178.org.readthedocs.build/en/1178/

@Hoder-zyf Hoder-zyf marked this pull request as draft August 13, 2025 08:15
@Hoder-zyf Hoder-zyf changed the title fix: let task_gen see all hypothesis before successful loops feat: let task_gen see all hypothesis before successful loops Aug 13, 2025
@Hoder-zyf Hoder-zyf marked this pull request as ready for review August 13, 2025 11:02
self.original_hypotheses = hypothesis_list

def __str__(self) -> str:
lines = [f"Combined Hypothesis ({len(self.original_hypotheses)} approaches for {self.component} component)"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
lines = [f"Combined Hypothesis ({len(self.original_hypotheses)} approaches for {self.component} component)"]
# TODO: we can use T().r() to render the text.
lines = [f"Combined Hypothesis ({len(self.original_hypotheses)} approaches for {self.component} component)"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants