Preparing for next features

This commit is contained in:
Dita Aji Pratama 2026-06-29 17:17:07 +07:00
parent 8a001cffa9
commit f32e2330a7

View File

@ -1,9 +1,10 @@
# Copy and edit to `config.yaml`
agent:
character: hendrik # Directory name in agent/characters/<character>/
max_iterations: 30 # step
max_tool_output: 4000
character : hendrik # Directory name in agent/characters/<character>/
max_iterations : 30 # 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)
llm:
timeout: 3000 # second
@ -52,8 +53,8 @@ telegram:
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 # characters per second
typing_max: 10.0 # max typing delay limit per second
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