Files
HomeAgent/third_party/homeagent-sdk/example/qq/plugin.json
root 50e5dec745 feat: converge dynamic plugins onto canonical homeagent-sdk
- Separate built-in plugin interface from external plugin interface
- Route dynamic plugin loading through homeagent-sdk/sdk using reflection
- Turn internal/sdk into an enhanced wrapper over canonical SDK types
- Vendor SDK repo snapshot under third_party/homeagent-sdk for stable builds
- Keep internal constructors/adapters for memory, knowledge, llm, settings
- Align dynamic QQ loading with canonical SDK chain
2026-07-06 19:27:51 +08:00

8 lines
257 B
JSON

{
"name": "qq",
"version": "1.0.0",
"description": "QQ 集成插件,对接 NapCat OneBot 框架,支持消息收发、群管理、好友管理等",
"author": "HomeAgent",
"entry": "plugin.so",
"tags": ["qq", "napcat", "onebot", "messaging"]
}