feat(subagents): add idle ttl cleanup and summary tool

This commit is contained in:
William Valentin
2026-02-26 13:12:53 -08:00
parent 2171346116
commit b679261683
17 changed files with 226 additions and 15 deletions
+1
View File
@@ -301,6 +301,7 @@ agents:
subagents:
enabled: true
max_active_sessions: 6
idle_ttl_ms: 3600000
# ── Memory / Embeddings ──────────────────────────────────────────────
# Enable hybrid keyword + vector search using local Ollama embeddings.