From f32e2330a7ca3d673389d206b1d593c9d5c1bd48 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Mon, 29 Jun 2026 17:17:07 +0700 Subject: [PATCH] Preparing for next features --- default-config.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/default-config.yaml b/default-config.yaml index 5ff058b..8c43bdb 100644 --- a/default-config.yaml +++ b/default-config.yaml @@ -1,9 +1,10 @@ # Copy and edit to `config.yaml` agent: - character: hendrik # Directory name in agent/characters// - max_iterations: 30 # step - max_tool_output: 4000 + character : hendrik # Directory name in agent/characters// + 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