mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-18 18:10:37 +08:00
- Fix bool type checking in CommandFilter.validate_and_convert_params (was using isinstance(bool_instance, bool) instead of 'bool is bool') - Preserve tools=None when persona explicitly has no tools - Add missing provider_wake_prefix in test setup
AstrBot Star
AstrBot Star 就是插件。
在 AstrBot v4.0 版本后,AstrBot 内部将插件命名为 star。插件的 handler 称作 star_handler。