Files
NebulaShell/store/@{FutureOSS}/plugin-loader
qwen.ai[bot] d7978349ed Title: Update license confirmation and enhance project documentation
Key features implemented:
- Updated README.md to prominently display MIT license badge and include full license text in expandable section
- Enhanced .gitignore with comprehensive file patterns for Python, dependencies, logs, and build artifacts
- Added detailed plugin manifest example showing license declaration in plugin configuration
- Included license information in plugin development documentation section

The updates provide clear license visibility and improved development workflow configuration.
2026-04-25 08:14:10 +00:00
..
2026-04-18 00:27:33 +08:00
2026-04-17 23:15:15 +08:00

plugin-loader 插件加载器

核心插件,负责扫描、加载和管理所有其他插件。

功能

  • 自动扫描 store/ 目录
  • 动态加载 main.py 并调用 New() 获取实例
  • 解析 manifest.json 获取插件元数据
  • 自动扫描插件能力AST 分析)
  • 按依赖关系排序加载顺序
  • 关联能力提供者与消费者

使用

无需手动使用,框架启动时自动加载。