feat: sync self-evolution switch and fix scheduler context

This commit is contained in:
zhayujie
2026-06-15 16:30:34 +08:00
parent e2cb9e11b0
commit ce09b14836
4 changed files with 46 additions and 1 deletions

View File

@@ -874,7 +874,7 @@ def _build_config():
"agent_max_context_turns": local_conf.get("agent_max_context_turns"),
"agent_max_context_tokens": local_conf.get("agent_max_context_tokens"),
"agent_max_steps": local_conf.get("agent_max_steps"),
# Self-evolution switch reported so the cloud console can reflect state
# Self-evolution switch reported so the console can reflect state
"self_evolution_enabled": "Y" if local_conf.get("self_evolution_enabled") else "N",
"self_evolution_idle_minutes": local_conf.get("self_evolution_idle_minutes"),
"self_evolution_min_turns": local_conf.get("self_evolution_min_turns"),