mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-31 22:57:14 +00:00
chore(agent-runner): restore base marketplace formatting
This commit is contained in:
@@ -465,7 +465,7 @@ class PluginRuntimeConnector(ManagedRuntimeConnector):
|
|||||||
|
|
||||||
download_resp = await client.get(
|
download_resp = await client.get(
|
||||||
f'{space_url}/api/v1/marketplace/plugins/download/{plugin_author}/{plugin_name}/{latest_version}'
|
f'{space_url}/api/v1/marketplace/plugins/download/{plugin_author}/{plugin_name}/{latest_version}'
|
||||||
)
|
)
|
||||||
if download_resp.status_code != 200:
|
if download_resp.status_code != 200:
|
||||||
raise Exception(
|
raise Exception(
|
||||||
f'Failed to download plugin {plugin_author}/{plugin_name}: {download_resp.status_code}'
|
f'Failed to download plugin {plugin_author}/{plugin_name}: {download_resp.status_code}'
|
||||||
|
|||||||
Reference in New Issue
Block a user