Skip to content

Releases: DNTOF/SLAgent

SLAgent v2026.06.13

Choose a tag to compare

@github-actions github-actions released this 13 Jun 15:43
fix: 修复agent工具调用问题,并修复了会引起服务器崩溃的致命错误

SLAgent v2026.06.08

Choose a tag to compare

@github-actions github-actions released this 08 Jun 00:58
feat: 扩展管理工具与版本更新,添加 .claude/ 到 .gitignore

SLAgent v2026.06.07

Choose a tag to compare

@github-actions github-actions released this 07 Jun 13:46
修复 CI 工作流:将 DeepSeekBot 引用更新为 SLAgent

DeepSeekBot v2026.04.30

Choose a tag to compare

@github-actions github-actions released this 30 Apr 09:17
2547808
Change version format in dotnet.yml workflow

Update versioning format to include year, month, and day.

DeepSeekBot v1.0.20260426012801

Choose a tag to compare

@github-actions github-actions released this 26 Apr 01:28
dc23544
Update v2.0

添加对qwen、doubao、kimi的支持,尝试修复了公网服务器无法请求的问题

DeepSeekBot v1.0.20260411165839

Choose a tag to compare

@github-actions github-actions released this 11 Apr 16:58
353774d
Add LICENSE file

DeepSeekBot v1.0.20260329005344

Choose a tag to compare

@github-actions github-actions released this 29 Mar 00:53
3caa1b1
Add permissions for write access to contents

DeepSeekBot v1.0.0

Choose a tag to compare

@DNTOF DNTOF released this 28 Mar 12:30

✨ 功能

  • 💬 .bot 指令调用 DeepSeek AI
  • 🧠 支持上下文对话(记忆聊天历史)
  • 🔒 白名单系统(限制使用权限)
  • ♻️ .reset 重置对话
  • 📝 自动记录聊天日志
  • ⚡ 支持多玩家同时使用

📦 安装方法

  1. 下载本 Release 中的 DeepSeekBot.dll
  2. 放入:
%AppData%/EXILED/Plugins/
  1. 启动服务器

⚙️ 配置说明

首次运行后会生成配置文件:

configs/DeepSeekBot/config.yml

请填写:

ApiKey: "你的 DeepSeek API Key"
Whitelist:
  - 你的Steam64ID

⚠️ 注意事项

  • 请务必填写正确的 API Key
  • 建议使用白名单防止 API 滥用
  • AI 回复速度取决于网络和 API 状态

🛠 技术信息

  • 适配 ExMod.Exiled 9.x
  • 基于 .NET Framework 4.8
  • 使用 Deepseek-chat模型