Implement skill self-evolution and skill_manage flow (#1874)
* chore: ignore .worktrees directory * Add skill_manage self-evolution flow * Fix CI regressions for skill_manage * Address PR review feedback for skill evolution * fix(skill-evolution): preserve history on delete * fix(skill-evolution): tighten scanner fallbacks * docs: add skill_manage e2e evidence screenshot * fix(skill-manage): avoid blocking fs ops in session runtime --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
@@ -615,6 +615,14 @@ memory:
|
||||
injection_enabled: true # Whether to inject memory into system prompt
|
||||
max_injection_tokens: 2000 # Maximum tokens for memory injection
|
||||
|
||||
# ============================================================================
|
||||
# Skill Self-Evolution Configuration
|
||||
# ============================================================================
|
||||
# Allow the agent to autonomously create and improve skills in skills/custom/.
|
||||
skill_evolution:
|
||||
enabled: false # Set to true to allow agent-managed writes under skills/custom
|
||||
moderation_model_name: null # Model for LLM-based security scanning (null = use default model)
|
||||
|
||||
# ============================================================================
|
||||
# Checkpointer Configuration
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user