chore: remove legacy plugin files

This commit is contained in:
Junyan Qin
2025-11-07 18:21:09 +08:00
parent fcd34a9ff3
commit 12de0343b4
2 changed files with 0 additions and 6 deletions

View File

@@ -16,7 +16,3 @@ spec:
LLMAPIRequester:
fromDirs:
- path: pkg/provider/modelmgr/requesters/
Plugin:
fromDirs:
- path: plugins/
maxDepth: 2

View File

@@ -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',
]