feat: config with agents rework

This commit is contained in:
m3tm3re
2026-04-13 16:44:18 +02:00
parent ab3332e45b
commit 7bf686481c
6 changed files with 94 additions and 55 deletions

View File

@@ -125,11 +125,12 @@ in {
max_iterations = 50;
};
# ── Discord ────────────────────────────────────────────────────────
discord = {
require_mention = true;
auto_thread = true;
reactions = true;
# ── Matrix ────────────────────────────────────────────────────────
matrix = {
homeserver = "https://matrix.m3ta.dev";
user_id = "@chiron:m3ta.dev";
allowed_users = ["@m3tam3re:m3ta.dev"];
encryption = true;
};
# ── Approvals / Security ───────────────────────────────────────────