issues
search
Soulter
/
AstrBot
QQ、Telegram等多平台兼容的支持 LLM 聊天的机器人平台。支持自定义插件扩展。
https://astrbot.soulter.top
GNU Affero General Public License v3.0
610
stars
60
forks
source link
重写工程,提高稳定性
#174
Closed
Soulter
closed
3 months ago
Soulter
commented
3 months ago
What's Changed
重写了 Updator 组件,降低冗余度。
重写了 Command 组件,引入注册器和优先级思想。
重写了 Plugin 组件,支持 Plugin 注册 command 以便统一管理。移除了对
run()
函数的轮询执行。
重写了程序的加载方式,并采用协程的方式运行 Platform、Metrics Uploader、Dashboard 以替代以前的线程方案。
重写了内容审核模块,降低冗余度。
将
https://github.com/soulter/astrbot_plugin_aiocqhttp
插件能力集成到 AstrBot 中。
移除了程序启动时对依赖的检测和安装。
Soulter
commented
3 months ago
LGTM :)
What's Changed
run()
函数的轮询执行。