agent-zero/plugins/_whatsapp_integration/default_config.yaml
frdel 5193ef7501 refactor: change default mode from dedicated to self-chat and reorder UI settings
- Change default mode to self-chat across all modules
- Update README to reflect self-chat as primary mode with security warning
- Move session/media storage from usr/whatsapp to tmp/whatsapp
- Reorder config UI: move Mode above Allowed Numbers
- Add warning banner when allowed_numbers is empty in self-chat mode
- Move Bridge Port and Poll Interval to bottom of settings
- Update mode descriptions to clarify self-chat handles both self
2026-03-31 09:47:02 +02:00

12 lines
440 B
YAML

enabled: false
mode: self-chat
# dedicated: separate phone number — people message it directly
# self-chat: personal number — you can message yourself, and the agent can also handle messages sent to your number
bridge_port: 3100
poll_interval_seconds: 3
allow_group: false
# allow_group: respond in group chats when mentioned or replied to
allowed_numbers: []
# Example: ["34652029134", "1234567890"]
project: ""
agent_instructions: ""