mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 16:31:30 +00:00
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.
22 lines
590 B
YAML
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: ""
|