feat: config cli support evolution

This commit is contained in:
zhayujie
2026-06-15 17:57:10 +08:00
parent 77da90e316
commit 2397ea019e

View File

@@ -607,6 +607,9 @@ class CowCliPlugin(Plugin):
"agent_max_steps", "agent_max_steps",
"knowledge", "knowledge",
"enable_thinking", "enable_thinking",
"self_evolution_enabled",
"self_evolution_idle_minutes",
"self_evolution_min_turns",
} }
_CONFIG_READABLE = _CONFIG_WRITABLE | {"channel_type"} _CONFIG_READABLE = _CONFIG_WRITABLE | {"channel_type"}