feat(evolution): default on for new installs, unify naming, add docs

This commit is contained in:
zhayujie
2026-06-09 10:49:43 +08:00
parent 33c03e30d9
commit 7e6a309935
9 changed files with 63 additions and 27 deletions

3
run.sh
View File

@@ -881,6 +881,9 @@ base = {
'agent_max_context_tokens': 40000,
'agent_max_context_turns': 30,
'agent_max_steps': 15,
# New installs opt into self-evolution; existing users (no key) keep the
# code default (off) so an upgrade never silently changes their behavior.
'self_evolution_enabled': True,
}
channel_map = {
'feishu': {'feishu_app_id': 'FEISHU_APP_ID', 'feishu_app_secret': 'FEISHU_APP_SECRET'},