Preparing template

This commit is contained in:
Dita Aji Pratama 2026-08-30 08:47:22 +07:00
parent a36d1f1966
commit e3e2e771f9
2 changed files with 22 additions and 0 deletions

1
agent/characters/hendrik/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
service.yaml

View File

@ -0,0 +1,21 @@
# This file serves as a template for character-specific service overrides.
# Copy this to agent/characters/<character>/service.yaml and fill in the credentials.
xmpp:
enabled: false
username: ""
password: ""
muc_rooms: # YAML list, e.g.:
# - "room1@conference.server"
# - "room2@conference.server"
nickname: "" # custom MUC nickname (empty = use username)
selective_response: true # true = only response if mentioned/relevant
debug: false # true = tampilkan log debug menyeluruh (semua stanza XML, lifecycle, dll)
telegram:
enabled: false
token: ""
allowed_group_ids: # YAML list, empty = all group. e.g.:
# - "123456789"
# - "987654321"
selective_response: true # true = only response if mentioned/relevant