Merge branch 'main' into rayhpeng/persistence-scaffold

# Conflicts:
#	config.example.yaml
This commit is contained in:
rayhpeng
2026-04-06 22:16:42 +08:00
27 changed files with 1495 additions and 64 deletions
+8
View File
@@ -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)
# ============================================================================