[Preview][lib0.24]Plugin System
Pre-release
Pre-release
sudoskys
released this
14 Oct 16:44
·
626 commits
to main
since this release
🔨 Attention
Before updating the program, please go to http://{ip}:15672/#/queues
and delete all queues to avoid any conflicts.
If you run the following commands in the CLI:
# View all queues
rabbitmqctl list_queues
# Delete a specific queue based on the queue_name parameter
rabbitmqctl delete_queue queue_name
Fixed
- 如果不设置 ENDPOINT ,禁止从全局变量初始化
Changed
- 改动了大量结构
- 放宽程序验证限制,没有数据库环境变量仍可以继续运行
Added
- 提供统一的 OPENAPI 供插件生态使用 exp:https://github.com/LlmKira/llmbot_plugin_bilisearch
- 可下载的包序列
pip install -U llmbot
- 程序包CI
- 对 RabbitMQ 任务模组序列元信息的验证logger
Fixed
- If ENDPOINT is not set, initialisation from global variables is disabled.
Changed
- Changed a lot of structure
- Loosened program validation restrictions so that it can continue to run without database environment variables.
Added
- Provide unified OPENAPI for plugin ecology. exp:https://github.com/LlmKira/llmbot_plugin_bilisearch
- Downloadable package sequences `pip install -U llmbot
- Package CI
- Validation of RabbitMQ task module sequence meta-information logger