Notifications Toolset¶
Send notifications through various channels like email, Slack, or webhooks.
Basic Usage¶
agents:
notifier:
toolsets:
- type: notifications
email:
smtp_host: smtp.gmail.com
smtp_port: 587
username: ${EMAIL_USER}
password: ${EMAIL_PASS}
Supported Channels¶
- Email (SMTP)
- Slack
- Webhooks
- Desktop notifications