ruff fix但指定了--unsafe-fixes
This commit is contained in:
committed by
Windpicker-owo
parent
04feb585b4
commit
2a89efe47a
@@ -57,60 +57,60 @@ from .utils.dependency_manager import configure_dependency_manager, get_dependen
|
||||
__version__ = "2.0.0"
|
||||
|
||||
__all__ = [
|
||||
"ActionActivationType",
|
||||
"ActionInfo",
|
||||
"BaseAction",
|
||||
"BaseCommand",
|
||||
"BaseEventHandler",
|
||||
# 基础类
|
||||
"BasePlugin",
|
||||
"BaseTool",
|
||||
"ChatMode",
|
||||
"ChatType",
|
||||
"CommandArgs",
|
||||
"CommandInfo",
|
||||
"ComponentInfo",
|
||||
# 类型定义
|
||||
"ComponentType",
|
||||
"ConfigField",
|
||||
"EventHandlerInfo",
|
||||
"EventType",
|
||||
# 消息
|
||||
"MaiMessages",
|
||||
# 工具函数
|
||||
"ManifestValidator",
|
||||
"PluginInfo",
|
||||
# 增强命令系统
|
||||
"PlusCommand",
|
||||
"PlusCommandAdapter",
|
||||
"PythonDependency",
|
||||
"ToolInfo",
|
||||
"ToolParamType",
|
||||
# API 模块
|
||||
"chat_api",
|
||||
"tool_api",
|
||||
"component_manage_api",
|
||||
"config_api",
|
||||
"configure_dependency_manager",
|
||||
"configure_dependency_settings",
|
||||
"create_plus_command_adapter",
|
||||
"create_plus_command_adapter",
|
||||
"database_api",
|
||||
"emoji_api",
|
||||
"generator_api",
|
||||
"get_dependency_config",
|
||||
# 依赖管理
|
||||
"get_dependency_manager",
|
||||
"get_logger",
|
||||
"get_logger",
|
||||
"llm_api",
|
||||
"message_api",
|
||||
"person_api",
|
||||
"plugin_manage_api",
|
||||
"send_api",
|
||||
"register_plugin",
|
||||
"get_logger",
|
||||
# 基础类
|
||||
"BasePlugin",
|
||||
"BaseAction",
|
||||
"BaseCommand",
|
||||
"BaseTool",
|
||||
"BaseEventHandler",
|
||||
# 增强命令系统
|
||||
"PlusCommand",
|
||||
"CommandArgs",
|
||||
"PlusCommandAdapter",
|
||||
"create_plus_command_adapter",
|
||||
"create_plus_command_adapter",
|
||||
# 类型定义
|
||||
"ComponentType",
|
||||
"ActionActivationType",
|
||||
"ChatMode",
|
||||
"ChatType",
|
||||
"ComponentInfo",
|
||||
"ActionInfo",
|
||||
"CommandInfo",
|
||||
"PluginInfo",
|
||||
"ToolInfo",
|
||||
"PythonDependency",
|
||||
"EventHandlerInfo",
|
||||
"EventType",
|
||||
"ToolParamType",
|
||||
# 消息
|
||||
"MaiMessages",
|
||||
# 装饰器
|
||||
"register_plugin",
|
||||
"ConfigField",
|
||||
# 工具函数
|
||||
"ManifestValidator",
|
||||
"get_logger",
|
||||
# 依赖管理
|
||||
"get_dependency_manager",
|
||||
"configure_dependency_manager",
|
||||
"get_dependency_config",
|
||||
"configure_dependency_settings",
|
||||
"send_api",
|
||||
"tool_api",
|
||||
# "ManifestGenerator",
|
||||
# "validate_plugin_manifest",
|
||||
# "generate_plugin_manifest",
|
||||
|
||||
Reference in New Issue
Block a user