mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 23:46:50 +00:00
Merge branch 'main' into rayhpeng/persistence-scaffold
# Conflicts: # config.example.yaml
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 (DEPRECATED — use `database` instead)
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user