diff --git a/astrbot/CHANGELOG.md b/astrbot/CHANGELOG.md new file mode 100644 index 0000000..41abab2 --- /dev/null +++ b/astrbot/CHANGELOG.md @@ -0,0 +1,2 @@ +### v4.14.4(2026-02-06) +- 首次推出 \ No newline at end of file diff --git a/astrbot/DOCS.md b/astrbot/DOCS.md new file mode 100644 index 0000000..24f7781 --- /dev/null +++ b/astrbot/DOCS.md @@ -0,0 +1,28 @@ +# AstrBot + + +## ✨ 核心能力 + +AstrBot 将大模型能力无缝集成到主流即时通讯软件中,为您打造可靠、可扩展的对话式智能基础设施。 + +- **多平台支持**:支持 QQ、Telegram、企业微信、飞书、钉钉、Slack、Discord 等数十款主流即时通讯平台。 +- **强大的 Agent 能力**:具备多轮工具调用、沙箱代码执行、网络搜索等高级 Agent 功能。 +- **广泛的模型集成**:支持接入 OpenAI、SiliconFlow 等多种大语言模型服务。 +- **可视化管理**:提供功能丰富的 WebUI,轻松进行配置管理和聊天测试。 +- **高度可扩展**:支持插件系统和 MCP (Model Context Protocol) 协议,内置原生知识库 (RAG) 支持。 +- **个性化定制**:支持自定义人设,满足个人助手、智能客服、企业知识库等多种场景需求。 + +## 📥 安装与使用 + +- 这是一个 Home Assistant Add-on,安装后即可在 Home Assistant 中运行 AstrBot。 +- 设置-应用-安装应用-搜索 AstrBot - 安装 +- 启动 AstrBot (打开网页界面) + +### 配置 + +默认端口: + +- **Web UI**: 6185 (用于管理面板和聊天界面) +- **Service Port**: 6199 + +安装完成后,请访问 `http://:6185` 进入管理后台。 \ No newline at end of file diff --git a/astrbot/README.md b/astrbot/README.md new file mode 100644 index 0000000..5445682 --- /dev/null +++ b/astrbot/README.md @@ -0,0 +1,11 @@ +# 冬瓜甄选addons:AstrBot + +## 💁 关于 + +[AstrBot](https://github.com/AstrBotDevs/AstrBot) 是一个开源的一站式 Agentic 聊天机器人平台和开发框架。 + + +## 🚀 源 + - [GitHub](https://github.com/AstrBotDevs/AstrBot) https://github.com/AstrBotDevs/AstrBot + - [DockerHub](https://hub.docker.com/r/soulter/astrbot) https://hub.docker.com/r/soulter/astrbot + - [文档](https://docs.astrbot.app/what-is-astrbot.html) https://docs.astrbot.app/what-is-astrbot.html diff --git a/astrbot/config.yaml b/astrbot/config.yaml new file mode 100644 index 0000000..a4d3fec --- /dev/null +++ b/astrbot/config.yaml @@ -0,0 +1,23 @@ +name: "AstrBot" +version: "v4.14.4" +slug: "astrbot" +description: "AstrBot - AI ChatBot" +url: "https://docs.astrbot.app" +startup: application +image: r.hassbus.com/wghaos/addon-astrbot +arch: + - aarch64 + - amd64 +map: + - config:rw + - share:rw +webui: http://[HOST]:[PORT:6185]/ +boot: manual +ingress: false +ingress_port: 6185 +ingress_stream: true +ports: + 6185/tcp: 6185 + 6199/tcp: 6199 +options: {} +schema: {} diff --git a/astrbot/icon.png b/astrbot/icon.png new file mode 100644 index 0000000..88d3441 Binary files /dev/null and b/astrbot/icon.png differ diff --git a/astrbot/logo.png b/astrbot/logo.png new file mode 100644 index 0000000..c1ec6bb Binary files /dev/null and b/astrbot/logo.png differ diff --git a/filebrowser/CHANGELOG.md b/filebrowser/CHANGELOG.md index 482a79c..c815a56 100644 --- a/filebrowser/CHANGELOG.md +++ b/filebrowser/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.57.0-4 (04-02-2026) +- Minor bugs fixed ## 2.56.0-2 (01-02-2026) - Minor bugs fixed ## 2.56.0 (2026-01-30) diff --git a/filebrowser/config.yaml b/filebrowser/config.yaml index f83d75c..01ad9a0 100644 --- a/filebrowser/config.yaml +++ b/filebrowser/config.yaml @@ -122,5 +122,5 @@ schema: slug: filebrowser udev: true url: https://gitcode.com/waxgourd/addons -version: "2.56.0-2" +version: "2.57.0-4" boot: manual diff --git a/xiaozhi-esp32-server-mini/CHANGELOG.md b/xiaozhi-esp32-server-mini/CHANGELOG.md index 218cc88..4c126ea 100644 --- a/xiaozhi-esp32-server-mini/CHANGELOG.md +++ b/xiaozhi-esp32-server-mini/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.9.1 (2026-02-03) +- 版本升级 ## 0.8.6 (2025-11-07) - 版本升级 ## 0.8.5 (2025-10-23) diff --git a/xiaozhi-esp32-server-mini/config.yaml b/xiaozhi-esp32-server-mini/config.yaml index e015fc3..26807be 100644 --- a/xiaozhi-esp32-server-mini/config.yaml +++ b/xiaozhi-esp32-server-mini/config.yaml @@ -1,5 +1,5 @@ name: "小智 AI Server 极速版" -version: "0.8.6" +version: "0.9.1" slug: "xiaozhi_esp32_server_mini" description: "小智 AI Server 极速版 - 提供语音识别、对话和控制功能,支持与ESP32设备通信" url: "https://gitcode.com/waxgourd/addons" @@ -41,6 +41,8 @@ options: vllm.type: ChatGLMVLLM vllm.model_name: "glm-4v-flash" vllm.api_key: "" + intent.type: function_call + memory.type: nomem plugins.get_weather.api_key: a861d0d5e7bf4ee1a83d9a9e4f96d4da plugins.get_weather.default_location: 广州 log_level: INFO @@ -65,6 +67,8 @@ schema: vllm.type: list(ChatGLMVLLM|QwenVLVLLM) vllm.model_name: str? vllm.api_key: str? + intent.type: list(nointent|intent_llm|function_call)? + memory.type: list(mem0ai|nomem|mem_local_short)? plugins.get_weather.api_key: str plugins.get_weather.default_location: str log_level: list(INFO|DEBUG) diff --git a/xiaozhi-esp32-server/CHANGELOG.md b/xiaozhi-esp32-server/CHANGELOG.md index 6a11547..3ce9713 100644 --- a/xiaozhi-esp32-server/CHANGELOG.md +++ b/xiaozhi-esp32-server/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.9.1 (2026-02-03) +- 版本升级 ## 0.8.6 (2025-11-07) - 版本升级 ## 0.8.5 (2025-10-22) diff --git a/xiaozhi-esp32-server/config.yaml b/xiaozhi-esp32-server/config.yaml index 2188b5c..e558ef5 100644 --- a/xiaozhi-esp32-server/config.yaml +++ b/xiaozhi-esp32-server/config.yaml @@ -1,5 +1,5 @@ name: "小智 AI Server 最简化版" -version: "0.8.6" +version: "0.9.1" slug: "xiaozhi_esp32_server" description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能,支持与ESP32设备通信" url: "https://gitcode.com/waxgourd/addons" diff --git a/xiaozhi-esp32-webui/CHANGELOG.md b/xiaozhi-esp32-webui/CHANGELOG.md index 54727fd..86c8df6 100644 --- a/xiaozhi-esp32-webui/CHANGELOG.md +++ b/xiaozhi-esp32-webui/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.9.1 (2026-02-03) +- 版本升级 ## 0.8.6 (2025-11-07) - 版本升级 ## 0.8.5 (2025-10-21) diff --git a/xiaozhi-esp32-webui/config.yaml b/xiaozhi-esp32-webui/config.yaml index ee255f2..5b0eb56 100644 --- a/xiaozhi-esp32-webui/config.yaml +++ b/xiaozhi-esp32-webui/config.yaml @@ -1,5 +1,5 @@ name: "小智 AI 智控台" -version: "0.8.6" +version: "0.9.1" slug: "xiaozhi_esp32_webui" description: "小智 AI 智控台 - 提供语音识别、对话和控制功能,支持与ESP32设备通信,集成WEB管理界面" url: "https://gitcode.com/waxgourd/addons"