首次推出astrbot;

升级了filebrowser、xiaozhi-esp32-server-mini、xiaozhi-esp32-webui、xiaozhi-esp32-server;
This commit is contained in:
waxgourd
2026-02-09 12:53:33 +08:00
parent 4ed4f100a4
commit 9e9866271b
14 changed files with 80 additions and 4 deletions

2
astrbot/CHANGELOG.md Normal file
View File

@@ -0,0 +1,2 @@
### v4.14.42026-02-06
- 首次推出

28
astrbot/DOCS.md Normal file
View File

@@ -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://<your-home-assistant-ip>:6185` 进入管理后台。

11
astrbot/README.md Normal file
View File

@@ -0,0 +1,11 @@
# 冬瓜甄选addonsAstrBot
## 💁 关于
[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

23
astrbot/config.yaml Normal file
View File

@@ -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: {}

BIN
astrbot/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
astrbot/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -1,3 +1,5 @@
## 2.57.0-4 (04-02-2026)
- Minor bugs fixed
## 2.56.0-2 (01-02-2026) ## 2.56.0-2 (01-02-2026)
- Minor bugs fixed - Minor bugs fixed
## 2.56.0 (2026-01-30) ## 2.56.0 (2026-01-30)

View File

@@ -122,5 +122,5 @@ schema:
slug: filebrowser slug: filebrowser
udev: true udev: true
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons
version: "2.56.0-2" version: "2.57.0-4"
boot: manual boot: manual

View File

@@ -1,3 +1,5 @@
## 0.9.1 (2026-02-03)
- 版本升级
## 0.8.6 (2025-11-07) ## 0.8.6 (2025-11-07)
- 版本升级 - 版本升级
## 0.8.5 (2025-10-23) ## 0.8.5 (2025-10-23)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 极速版" name: "小智 AI Server 极速版"
version: "0.8.6" version: "0.9.1"
slug: "xiaozhi_esp32_server_mini" slug: "xiaozhi_esp32_server_mini"
description: "小智 AI Server 极速版 - 提供语音识别、对话和控制功能支持与ESP32设备通信" description: "小智 AI Server 极速版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons" url: "https://gitcode.com/waxgourd/addons"
@@ -41,6 +41,8 @@ options:
vllm.type: ChatGLMVLLM vllm.type: ChatGLMVLLM
vllm.model_name: "glm-4v-flash" vllm.model_name: "glm-4v-flash"
vllm.api_key: "" vllm.api_key: ""
intent.type: function_call
memory.type: nomem
plugins.get_weather.api_key: a861d0d5e7bf4ee1a83d9a9e4f96d4da plugins.get_weather.api_key: a861d0d5e7bf4ee1a83d9a9e4f96d4da
plugins.get_weather.default_location: 广州 plugins.get_weather.default_location: 广州
log_level: INFO log_level: INFO
@@ -65,6 +67,8 @@ schema:
vllm.type: list(ChatGLMVLLM|QwenVLVLLM) vllm.type: list(ChatGLMVLLM|QwenVLVLLM)
vllm.model_name: str? vllm.model_name: str?
vllm.api_key: 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.api_key: str
plugins.get_weather.default_location: str plugins.get_weather.default_location: str
log_level: list(INFO|DEBUG) log_level: list(INFO|DEBUG)

View File

@@ -1,3 +1,5 @@
## 0.9.1 (2026-02-03)
- 版本升级
## 0.8.6 (2025-11-07) ## 0.8.6 (2025-11-07)
- 版本升级 - 版本升级
## 0.8.5 (2025-10-22) ## 0.8.5 (2025-10-22)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 最简化版" name: "小智 AI Server 最简化版"
version: "0.8.6" version: "0.9.1"
slug: "xiaozhi_esp32_server" slug: "xiaozhi_esp32_server"
description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能支持与ESP32设备通信" description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons" url: "https://gitcode.com/waxgourd/addons"

View File

@@ -1,3 +1,5 @@
## 0.9.1 (2026-02-03)
- 版本升级
## 0.8.6 (2025-11-07) ## 0.8.6 (2025-11-07)
- 版本升级 - 版本升级
## 0.8.5 (2025-10-21) ## 0.8.5 (2025-10-21)

View File

@@ -1,5 +1,5 @@
name: "小智 AI 智控台" name: "小智 AI 智控台"
version: "0.8.6" version: "0.9.1"
slug: "xiaozhi_esp32_webui" slug: "xiaozhi_esp32_webui"
description: "小智 AI 智控台 - 提供语音识别、对话和控制功能支持与ESP32设备通信集成WEB管理界面" description: "小智 AI 智控台 - 提供语音识别、对话和控制功能支持与ESP32设备通信集成WEB管理界面"
url: "https://gitcode.com/waxgourd/addons" url: "https://gitcode.com/waxgourd/addons"