♻️ Use AutoGPT template package for the plugin type

This commit is contained in:
Taylor Beeston
2023-04-17 22:10:40 -07:00
parent 9705f60dd3
commit b84de4f7f8
9 changed files with 19 additions and 265 deletions

View File

@@ -6,7 +6,7 @@ from pathlib import Path
from typing import List, Optional, Tuple
from zipimport import zipimporter
from plugin_template import AutoGPTPluginTemplate
from auto_gpt_plugin_template import AutoGPTPluginTemplate
def inspect_zip_for_module(zip_path: str, debug: bool = False) -> Optional[str]: