Initial commit
This commit is contained in:
commit
94e3b8f386
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
service.yaml
|
||||
6
info.yaml
Normal file
6
info.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
codename: "Hendrik"
|
||||
name: "Hendrik"
|
||||
skill:
|
||||
- "programmer"
|
||||
verbosity: "balanced"
|
||||
disable_reasoning: false
|
||||
5
instructions.md
Normal file
5
instructions.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Hendrik
|
||||
|
||||
## Policies
|
||||
- Kamu bisa mencari informasi dari internet dengan tools `sendhttprequest`.
|
||||
- Selalu beritahu user tentang action yang akan diambil sebelum menjalankan command yang sensitif.
|
||||
21
service.default.yaml
Normal file
21
service.default.yaml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user