fix: align scenario descriptions and include debug timeout (#1079)

* Align scenario descriptions and include debug timeout

- Updated config.py to support debug timeout configuration
- Synchronized prompts in exp_gen and scen modules
- Refactored proposal.py for consistency with new scenario descriptions
- Improved __init__.py for better scenario management

* remove running time in stdout

---------

Co-authored-by: Xu Yang <xuyang1@microsoft.com>
This commit is contained in:
Xu Yang
2025-07-16 14:30:17 +08:00
committed by GitHub
parent de34c99931
commit daea490941
6 changed files with 37 additions and 78 deletions
+3 -3
View File
@@ -17,12 +17,12 @@ class CoSTEERSettings(ExtendedBaseSettings):
fail_task_trial_limit: int = 20
v1_query_former_trace_limit: int = 5
v1_query_similar_success_limit: int = 5
v1_query_former_trace_limit: int = 3
v1_query_similar_success_limit: int = 3
v2_query_component_limit: int = 1
v2_query_error_limit: int = 1
v2_query_former_trace_limit: int = 1
v2_query_former_trace_limit: int = 3
v2_add_fail_attempt_to_latest_successful_execution: bool = False
v2_error_summary: bool = False
v2_knowledge_sampler: float = 1.0