PyuraMazo
|
28bfb3b8b2
|
feat: add plugin load&unload hook (#5331)
* 添加了插件的加载完成和卸载完成的钩子事件
* 添加了插件的加载完成和卸载完成的钩子事件
* format code with ruff
* ruff format
---------
Co-authored-by: Soulter <905617992@qq.com>
|
2026-02-23 23:13:41 +08:00 |
|
sanyekana
|
c6289d8f75
|
feat(core): add plugin error hook for custom error routing (#5192)
* feat(core): add plugin error hook for custom error routing
* fix(core): align plugin error suppression with event stop state
|
2026-02-18 21:38:27 +08:00 |
|
Soulter
|
f6a189f118
|
feat: add event hooks for tool usage and response handling (#4516)
* feat: add event hooks for tool usage and response handling
* fix: update decorator for LLM tool response handling
|
2026-01-16 16:51:35 +08:00 |
|
Gao Jinzhe
|
7f5cc7cf1a
|
feat: add on_waiting_llm_request event hook (#4319)
* 加入on_waiting_llm_request钩子
* ruff check
|
2026-01-04 16:11:12 +08:00 |
|
LIghtJUNction
|
0b7fc29ac4
|
style: add ruff lint module of isort and pyupgrade, and some ruff check fix (#3214)
Co-authored-by: Dt8333 <25431943+Dt8333@users.noreply.github.com>
Co-authored-by: Soulter <905617992@qq.com>
|
2025-11-01 13:26:19 +08:00 |
|
anka
|
9431efc6d1
|
feat: 增加 on_platform_loaded 钩子以在消息平台适配器实例化完成后触发 (#2651)
* feat⚒️: 增加平台加载时的钩子
* fix: 补充api
* fix: 只捕获Exception
|
2025-09-09 08:44:37 +08:00 |
|
Soulter
|
49bba9bf98
|
style: format codes
|
2025-03-03 13:30:55 +08:00 |
|
Soulter
|
a18de9de7d
|
✨feat(plugin): 添加 AstrBot 启动完成时的事件钩子;添加获取制定平台适配器的接口
|
2025-03-02 20:56:18 +08:00 |
|
Soulter
|
26cbc9e8b1
|
chore: cleanup
|
2025-02-16 13:32:28 +08:00 |
|
Alero
|
d013320bec
|
feat: more powerful CustomFilter
|
2025-02-14 19:15:19 +08:00 |
|
Alero
|
c6f037cae2
|
fix: a undefine mistake
|
2025-02-12 03:25:01 +08:00 |
|
Alero
|
dd1995ae0b
|
feat: add a way to define custom permission filter.
|
2025-02-12 03:05:51 +08:00 |
|
Soulter
|
ef44d4471a
|
feat: 增加模型响应后的插件钩子
remove: 移除了默认的r1过滤
|
2025-02-02 16:42:21 +08:00 |
|
Soulter
|
766f6a1ba2
|
perf: use request_llm
|
2024-12-21 16:35:16 +08:00 |
|
Soulter
|
193ff24f4c
|
feat: 添加发送消息后的事件钩子
|
2024-12-20 16:31:36 +08:00 |
|
Soulter
|
c675017374
|
feat: 新增LLM请求事件钩子和装饰消息结果钩子
|
2024-12-19 21:33:03 +08:00 |
|
Soulter
|
c6bdac8835
|
format: code lint
(ruff, uv 是个好东西)
|
2024-12-10 22:09:53 +08:00 |
|
Soulter
|
47e70bd086
|
feat: 过滤器支持限定权限组;支持指定白名单是否忽略管理
|
2024-12-10 20:14:13 +08:00 |
|
Soulter
|
bdfc77d349
|
refactor: im so tired :)
|
2024-12-09 22:38:42 +08:00 |
|