feat: add previous runner loops to runner history (#1142)

* add prev loops to runner history

* fix evolving history

* fix bug on initializing feedback without final decision

* reformat

* refine

* add comments

* fix ci

* a little refinement

* fix CI

---------

Co-authored-by: Xu <v-xuminrui@microsoft.com>
Co-authored-by: Xu Yang <peteryang@vip.qq.com>
This commit is contained in:
Roland Minrui
2025-08-04 17:38:27 +08:00
committed by GitHub
parent cf070a004e
commit f3cb3f8870
9 changed files with 127 additions and 73 deletions
@@ -4,11 +4,7 @@ from typing import Optional
from pydantic_settings import SettingsConfigDict
from rdagent.components.coder.CoSTEER.config import CoSTEERSettings
from rdagent.utils.env import (
CondaConf,
Env,
LocalEnv,
)
from rdagent.utils.env import CondaConf, Env, LocalEnv
class FactorCoSTEERSettings(CoSTEERSettings):