feat(subagents): add multi-turn subagent session runtime

This commit is contained in:
William Valentin
2026-02-26 13:07:34 -08:00
parent e887c3c964
commit 2171346116
21 changed files with 1111 additions and 12 deletions
+4
View File
@@ -297,6 +297,10 @@ agents:
# In full-access mode, sensitive operations are gated by HookEngine confirmation
# (instead of requiring temporary /elevate windows).
sensitive_mode: confirm_without_elevation
# Multi-turn subagent sessions (`subagent.*` tools).
subagents:
enabled: true
max_active_sessions: 6
# ── Memory / Embeddings ──────────────────────────────────────────────
# Enable hybrid keyword + vector search using local Ollama embeddings.