新增插件Python依赖管理系统,支持自动检查和安装依赖,优化依赖配置和错误处理,更新相关文档和示例代码。
This commit is contained in:
committed by
Windpicker-owo
parent
7fbd4fd1bc
commit
8ed15c8199
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user