Files
AstrBot/tests_v4/external_plugin_matrix.json

33 lines
982 B
JSON

{
"cases": [
{
"name": "hapi_connector",
"repo": "https://github.com/LiJinHao999/astrbot_plugin_hapi_connector.git",
"command": "hapi",
"event_text": "hapi",
"expected_text": "HAPI",
"known_unsupported": []
},
{
"name": "endfield",
"repo": "https://github.com/Entropy-Increase-Team/astrbot_plugin_endfield.git",
"command": "zmd",
"event_text": "zmd",
"expected_text": "终末地协议终端",
"known_unsupported": [
"依赖 playwright 时会退回纯文本帮助输出"
]
},
{
"name": "self_learning",
"repo": "https://github.com/NickCharlie/astrbot_plugin_self_learning.git",
"command": "learning_status",
"event_text": "learning_status",
"expected_text": "自学习插件状态报告",
"known_unsupported": [
"矩阵当前只验证管理命令,未覆盖需要真实 provider/persona 系统的深层能力"
]
}
]
}