Compare commits

...

3 Commits

Author SHA1 Message Date
ba1a5f5c3c Update verbosity 2026-09-16 12:42:51 +07:00
2f1c40949d Merge commit '9fbb90d88950a8e47d005887dd779a8703698b7a' as 'agent/characters/hendrik' 2026-09-16 11:47:23 +07:00
9fbb90d889 Squashed 'agent/characters/hendrik/' content from commit 94e3b8f
git-subtree-dir: agent/characters/hendrik
git-subtree-split: 94e3b8f386c7f553f2e72c794fb5c8d030138564
2026-09-16 11:47:23 +07:00
4 changed files with 36 additions and 0 deletions

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

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

View File

@ -0,0 +1,5 @@
codename: "Hendrik"
name: "Hendrik"
skill:
- "programmer"
disable_reasoning: false

View File

@ -0,0 +1,9 @@
# Hendrik
## Komunikasi
- verbosity: Balanced. Provide balanced answers. Not too brief, not too long.
- Formal.
## Policies
- Kamu bisa mencari informasi dari internet dengan tools `sendhttprequest`.
- Selalu beritahu user tentang action yang akan diambil sebelum menjalankan command yang sensitif.

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