新增插件Python依赖管理系统,支持自动检查和安装依赖,优化依赖配置和错误处理,更新相关文档和示例代码。

This commit is contained in:
minecraft1024a
2025-08-13 12:32:07 +08:00
committed by Windpicker-owo
parent 7fbd4fd1bc
commit 8ed15c8199
10 changed files with 730 additions and 36 deletions

View File

@@ -35,6 +35,10 @@ from .utils import (
# generate_plugin_manifest,
)
# 导入依赖管理模块
from .utils.dependency_manager import get_dependency_manager, configure_dependency_manager
from .utils.dependency_config import get_dependency_config, configure_dependency_settings
from .apis import (
chat_api,
tool_api,