| 1 | handlers: [] |
| 2 | # Example handler: |
| 3 | # - name: support |
| 4 | # enabled: true |
| 5 | # provider: gmail |
| 6 | # account_type: imap |
| 7 | # imap_server: imap.gmail.com |
| 8 | # imap_port: 993 |
| 9 | # smtp_server: smtp.gmail.com |
| 10 | # smtp_port: 587 |
| 11 | # username: "" |
| 12 | # password: "" |
| 13 | # poll_mode: seconds |
| 14 | # poll_interval_seconds: 15 |
| 15 | # poll_interval_cron: "*/2 * * * *" |
| 16 | # process_unread_days: 0 |
| 17 | # sender_whitelist: [] |
| 18 | # project: "" |
| 19 | # dispatcher_model: utility |
| 20 | # chat_model_preset: "" # Optional preset from Model Configuration for new email chats |
| 21 | # dispatcher_instructions: "" |
| 22 | # agent_instructions: "" |