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
|
|
@ -243,8 +243,8 @@ def run_install_hook(plugin_name: str):
|
|||
return plugins.call_plugin_hook(plugin_name, "install")
|
||||
|
||||
|
||||
def get_marketplace_index() -> dict[str, Any]:
|
||||
"""Return the plugin index plus installed marketplace keys."""
|
||||
def get_plugin_hub_index() -> dict[str, Any]:
|
||||
"""Return the plugin index plus installed Plugin Hub keys."""
|
||||
index_data = fetch_plugin_index()
|
||||
if not isinstance(index_data, dict):
|
||||
raise ValueError("Plugin index response was not a JSON object")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue