mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
plugins: rename marketplace to plugin hub
This commit is contained in:
parent
2a6820064d
commit
2dc6bd54f2
26 changed files with 106 additions and 106 deletions
|
|
@ -4,7 +4,7 @@ from helpers.api import ApiHandler, Input, Output, Request
|
|||
from werkzeug.datastructures import FileStorage
|
||||
|
||||
from plugins._plugin_installer.helpers.install import (
|
||||
get_marketplace_index,
|
||||
get_plugin_hub_index,
|
||||
install_from_git,
|
||||
install_uploaded_zip,
|
||||
update_from_git,
|
||||
|
|
@ -55,4 +55,4 @@ class PluginInstall(ApiHandler):
|
|||
return update_from_git(input.get("plugin_name", ""))
|
||||
|
||||
def _fetch_index(self, input: dict) -> dict:
|
||||
return {"success": True, **get_marketplace_index()}
|
||||
return {"success": True, **get_plugin_hub_index()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue