mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
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
21 lines
570 B
YAML
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: ""
|