diff --git a/components.yaml b/components.yaml index 5d8e75d2..03b2d04e 100644 --- a/components.yaml +++ b/components.yaml @@ -16,7 +16,3 @@ spec: LLMAPIRequester: fromDirs: - path: pkg/provider/modelmgr/requesters/ - Plugin: - fromDirs: - - path: plugins/ - maxDepth: 2 diff --git a/pkg/core/bootutils/files.py b/pkg/core/bootutils/files.py index 3599e41b..07bb7779 100644 --- a/pkg/core/bootutils/files.py +++ b/pkg/core/bootutils/files.py @@ -5,7 +5,6 @@ import shutil required_files = { - 'plugins/__init__.py': 'templates/__init__.py', 'data/config.yaml': 'templates/config.yaml', } @@ -15,7 +14,6 @@ required_paths = [ 'data/metadata', 'data/logs', 'data/labels', - 'plugins', ]