feat: add setup flow for dedicated research agent

This commit is contained in:
William Valentin
2026-02-17 15:27:09 -08:00
parent a055f4d338
commit be993146c0
7 changed files with 94 additions and 2 deletions
+17
View File
@@ -486,3 +486,20 @@ hooks:
# summarize emails, triage inbox items, and prepare quick replies.
# Be concise and match the operator's tone. Skip marketing emails.
# Never send messages without explicit instruction — draft only.
# Optional: explicit intent rules for agent routing.
# If enabled, these rules are evaluated before default sender/channel routing.
# The research agent can already be auto-routed by prefix (`research ...`, `look up ...`)
# when agent_configs.research exists and intents are disabled.
#
# intents:
# enabled: true
# match_threshold: 0.7
# rules:
# - name: route-research
# patterns: ["research *", "look up *", "lookup *"]
# target:
# type: agent
# name: research
# priority: 10
# enabled: true