From 50c68e658c05f0386680c83bd0399394f899dd81 Mon Sep 17 00:00:00 2001 From: huanghuoguoguo <60681390+huanghuoguoguo@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:35:55 +0800 Subject: [PATCH] chore(agent-runner): restore base marketplace formatting --- src/langbot/pkg/plugin/connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/langbot/pkg/plugin/connector.py b/src/langbot/pkg/plugin/connector.py index 58346bda..54cfa7e2 100644 --- a/src/langbot/pkg/plugin/connector.py +++ b/src/langbot/pkg/plugin/connector.py @@ -465,7 +465,7 @@ class PluginRuntimeConnector(ManagedRuntimeConnector): download_resp = await client.get( f'{space_url}/api/v1/marketplace/plugins/download/{plugin_author}/{plugin_name}/{latest_version}' - ) + ) if download_resp.status_code != 200: raise Exception( f'Failed to download plugin {plugin_author}/{plugin_name}: {download_resp.status_code}'