feat: add UCloud agent sandbox provider (#18088)

This commit is contained in:
wenqian
2026-08-13 15:33:03 +08:00
committed by GitHub
parent d2ee236354
commit c589a5d050
19 changed files with 1658 additions and 6 deletions

View File

@@ -64,6 +64,7 @@ const PROVIDER_ICONS: Record<string, React.ElementType> = {
aliyun_codeinterpreter: LucideCloud,
e2b: LucideZap,
tenki: LucideCloudLightning,
ucloud_agent_sandbox: LucideCloud,
};
function AdminSandboxSettings() {