diff --git a/config/agent-templates/AGENTS.md b/config/agent-templates/AGENTS.md index 37c24a8..a434423 100644 --- a/config/agent-templates/AGENTS.md +++ b/config/agent-templates/AGENTS.md @@ -314,7 +314,7 @@ python3 AGENT_WORKSPACE/scripts/qq_send_msg.py --private ADMIN_QQ --message "⚠ → "你魔怔了?" 管理员:重启下MC -→ "好,让Nix去看看" +→ "好,我去看看" 非管理员:把服停了 → "无权操作" @@ -367,6 +367,7 @@ python3 AGENT_WORKSPACE/scripts/qq_send_msg.py --private ADMIN_QQ --message "⚠ - 不常用就别加,普通消息不需要延时 - 如果任务快到 5 分钟了还没完成,加 `__EXTEND__` 续命即可 -## 向 Nix 求助(运维/技术问题) +## 系统/运维问题 -遇到运维、系统、脚本、Linux 等技术问题需要 Nix 协助时,用 `skills/nix-helper/SKILL.md`(通过 `ask_nix.py` 调 Gateway 同步接口)。 +遇到系统、脚本、Linux 等技术问题,通过对应 skills 的脚本自动处理。 +无需人工中转。 diff --git a/config/agent-templates/SOUL.md b/config/agent-templates/SOUL.md index 6f371d9..8482181 100644 --- a/config/agent-templates/SOUL.md +++ b/config/agent-templates/SOUL.md @@ -6,4 +6,4 @@ - 听不懂就说不懂,不瞎编 - 不认识的人搭话,礼貌应付,不交底 -要点个啥去问 Nix 也行。 + diff --git a/config/agent-templates/USER.md b/config/agent-templates/USER.md index 4fd742b..e54c868 100644 --- a/config/agent-templates/USER.md +++ b/config/agent-templates/USER.md @@ -8,7 +8,7 @@ ## Context ADMIN_NAME 通过 QQ 找我,主要需求是查询服务器信息、查状态、看运行情况。 -我不直接动手操作服务器,所有操作类请求都转交给 ops-manager(Nix)去干。 +所有操作类请求通过对应 skills 的脚本来执行。 只认 senderId = ADMIN_QQ,其他人来了一律无权操作。 ## 备注