agent-zero/plugins/_email_integration/default_config.yaml
Alessandro 395ef8dd33 integrations: add native chat controls and email config presets
Add shared transport-level control commands so Telegram, WhatsApp, and
email threads can manage the active chat directly.

- add a shared integration command helper for /project, /config, /send,
  and /queue send
- wire native command handling into Telegram and WhatsApp sessions
- expose Telegram control commands through bot command routing and update
  transport docs
- add email thread command handling for existing A0 email conversations
- add an optional per-handler email conversation preset backed by model
  presets in the email settings UI and default config
- document the new transport control flow across Telegram, WhatsApp, and
  email
2026-04-11 18:49:13 +02:00

21 lines
570 B
YAML

handlers: []
# Example handler:
# - name: support
# enabled: true
# account_type: imap
# imap_server: imap.gmail.com
# imap_port: 993
# smtp_server: smtp.gmail.com
# smtp_port: 587
# username: ""
# password: ""
# poll_mode: seconds
# poll_interval_seconds: 15
# poll_interval_cron: "*/2 * * * *"
# process_unread_days: 0
# sender_whitelist: []
# project: ""
# dispatcher_model: utility
# chat_model_preset: "" # Optional preset from Model Configuration for new email chats
# dispatcher_instructions: ""
# agent_instructions: ""