agent-zero/plugins/_email_integration/default_config.yaml
Alessandro 061b43298b Polish onboarding and email setup UX
Add a clearer onboarding progression for Main Model, Utility Model, and ready states with streamlined copy and calmer calls to action.

Rework email integration setup around provider-first selection, guided defaults, and cleaner account fields.
2026-04-27 03:00:09 +02:00

22 lines
590 B
YAML

handlers: []
# Example handler:
# - name: support
# enabled: true
# provider: gmail
# 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: ""