一切皆为插件的开发者工具运行时框架
🧩 核心特性:
- 插件热插拔 (importlib 动态加载)
- 依赖自动解析 (拓扑排序 + 循环检测)
- 企业级稳定 (熔断/降级/重试/隔离)
- 事件驱动 (发布/订阅事件总线)
- 完整配置 (YAML 配置 + 热重载)
20 lines
215 B
Plaintext
20 lines
215 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.git/
|
|
.vscode/
|
|
.cache/
|
|
logs/
|
|
config.yaml
|
|
data/pkg/
|
|
data/DCIM/
|
|
data/html-render/*.json
|
|
data/web-toolkit/*.json
|
|
data/plugin-storage/*.json
|
|
*.so
|
|
*.dll
|
|
*.dylib
|