Fix: remove agent from pool immediately on completion and add Matrix bot user allowlist

This commit is contained in:
Dave
2026-02-25 14:59:20 +00:00
parent 93eaac3ab9
commit ebcd627a45
5 changed files with 140 additions and 296 deletions

View File

@@ -2,4 +2,5 @@ homeserver = "https://matrix.example.com"
username = "@botname:example.com"
password = "your-bot-password"
room_id = "!roomid:example.com"
allowed_users = ["@youruser:example.com"]
enabled = false