Go to file
Dita Aji Pratama 93dd74d1b4 feat: add humanize delays & anti-ban MUC rejoin mechanism
- Add READ_DELAY_MIN/MAX config for reading delay (1-2s random)
- Add TYPING_SPEED/MAX config for proporsional typing delay
- Add reading delay before processing DM & MUC messages
- Add typing delay before sending any XMPP message (proporsional to msg length)
- Add auto-rejoin MUC on unavailable/error with exponential backoff
- Add retry join on session_start with incremental delay (3 attempts)
- Add cooldown between rejoin attempts to prevent join-spam
- Cancel pending rejoin tasks on disconnect
- Reset rejoin counter on successful join
2026-06-10 10:54:56 +07:00
scripts Support model that not support on tool calling 2026-06-08 11:31:00 +07:00
services feat: add humanize delays & anti-ban MUC rejoin mechanism 2026-06-10 10:54:56 +07:00
tools Merge branch 'carrack' 2026-06-08 09:32:16 +07:00
tui New ASCII Art 2026-06-09 13:08:22 +07:00
.env.example XMPP feature 2026-06-08 02:41:29 +07:00
.gitignore First commit 2026-05-02 21:08:42 +07:00
config.py feat: add humanize delays & anti-ban MUC rejoin mechanism 2026-06-10 10:54:56 +07:00
hendrik Add hendrik wrapper script for terminal command 2026-05-19 10:35:31 +07:00
hendrik.py Merge branch 'XMPP' 2026-06-08 09:34:03 +07:00
requirements.txt Merge branch 'XMPP' 2026-06-08 09:34:03 +07:00