feat(subagents): complete queue, budgets, audit, and inspection controls

This commit is contained in:
William Valentin
2026-02-26 13:28:10 -08:00
parent b679261683
commit 3cc9e16ef5
23 changed files with 741 additions and 51 deletions
+5
View File
@@ -302,6 +302,11 @@ agents:
enabled: true
max_active_sessions: 6
idle_ttl_ms: 3600000
queue_mode: followup
default_tool_profile: minimal
max_turns: 40
max_total_tokens: 200000
turn_timeout_ms: 120000
# ── Memory / Embeddings ──────────────────────────────────────────────
# Enable hybrid keyword + vector search using local Ollama embeddings.