首次推出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