Files
AstrBot/astrbot/core/star
whatevertogo 9294b44831 fix: resolve pipeline and star import cycles (#5353)
* fix: resolve pipeline and star import cycles

- Add bootstrap.py and stage_order.py to break circular dependencies
- Export Context, PluginManager, StarTools from star module
- Update pipeline __init__ to defer imports
- Split pipeline initialization into separate bootstrap module

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: add logging for get_config() failure in Star class

* fix: reorder logger initialization in base.py

---------

Co-authored-by: whatevertogo <whatevertogo@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 13:53:29 +08:00
..
2026-02-09 00:22:24 +08:00
2024-12-09 22:38:42 +08:00
2026-02-09 00:22:24 +08:00

AstrBot Star

AstrBot Star 就是插件。

在 AstrBot v4.0 版本后AstrBot 内部将插件命名为 star。插件的 handler 称作 star_handler