Feat/plugin install scope management (#19963)
This commit is contained in:
parent
420a34a546
commit
30cfc9c172
6 changed files with 166 additions and 20 deletions
|
|
@ -10,7 +10,6 @@ from core.plugin.entities.plugin import GenericProviderID
|
|||
from core.tools.entities.tool_entities import ToolProviderType
|
||||
from core.tools.signature import sign_tool_file
|
||||
from core.workflow.entities.workflow_execution import WorkflowExecutionStatus
|
||||
from services.plugin.plugin_service import PluginService
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from models.workflow import Workflow
|
||||
|
|
@ -169,6 +168,7 @@ class App(Base):
|
|||
@property
|
||||
def deleted_tools(self) -> list:
|
||||
from core.tools.tool_manager import ToolManager
|
||||
from services.plugin.plugin_service import PluginService
|
||||
|
||||
# get agent mode tools
|
||||
app_model_config = self.app_model_config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue