mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-19 02:12:46 +08:00
feat: 添加 hello_plugin 示例,包含插件结构、命令处理和测试用例
This commit is contained in:
14
test_plugin/new/README.md
Normal file
14
test_plugin/new/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# test_plugin/new
|
||||
|
||||
这个目录是运行时与集成测试夹具,不是给插件作者直接照抄的入门模板。
|
||||
|
||||
它的目标是覆盖更多 SDK surface,例如:
|
||||
|
||||
- 生命周期
|
||||
- LLM / DB / Memory / Platform / HTTP / Metadata client
|
||||
- 自定义 capability
|
||||
- schedule / event / message / command handler
|
||||
|
||||
如果你是在找最小可学习示例,请改看:
|
||||
|
||||
- `examples/hello_plugin/`
|
||||
Reference in New Issue
Block a user