49 lines
1.5 KiB
YAML
49 lines
1.5 KiB
YAML
# Copy and edit this file to `config.yaml`
|
|
|
|
agent:
|
|
character : hendrik # Directory name in agent/characters/<character>/
|
|
max_iterations : 40 # step(s)
|
|
max_history_chat : 0 # message(s) - 0 for unlimited (Dead Config)
|
|
max_tool_output : 0 # character(s) - 0 for unlimited (Connected to AGENT_MAX_TOOL_OUTPUT but Dead Config)
|
|
|
|
user:
|
|
id: # Fill your user UUID here, empty = TUI/MUC guest
|
|
|
|
llm:
|
|
timeout: 3000 # second
|
|
|
|
moop: # Model Option
|
|
db_path: "~/.config/hendrik/moop.sqlite3"
|
|
|
|
ragroleplay: # Use nomic-embed-text as default
|
|
db_path : "~/.config/hendrik/ragroleplay"
|
|
vector_size : 768 # used on table create only
|
|
|
|
session:
|
|
db_path: "~/.config/hendrik/sessions.json"
|
|
|
|
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
|
|
|
|
delay: # Humanize Delay (anti-bot detection)
|
|
read_min : 1.0 # second
|
|
read_max : 2.0 # second
|
|
typing_speed : 15.0 # character(s) per second
|
|
typing_max : 10.0 # max typing delay limit per second
|