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