From 2027635efe032ee0aa2974a9cc154b6fb83449a1 Mon Sep 17 00:00:00 2001 From: cillin Date: Thu, 2 Apr 2026 11:25:35 +0800 Subject: [PATCH] chore: remove Kubernetes sandbox TODO placeholder Remove the TODO comment as this feature is not planned. Kubernetes sandbox would require cluster setup and is not a priority. --- backend/tools/sandboxed_executor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/tools/sandboxed_executor.py b/backend/tools/sandboxed_executor.py index cb90e59..11a38eb 100644 --- a/backend/tools/sandboxed_executor.py +++ b/backend/tools/sandboxed_executor.py @@ -291,7 +291,6 @@ class KubernetesSandboxBackend(SandboxBackend): - 企业级隔离和调度 - 支持资源配额和命名空间 - TODO: 待实现 """ def __init__(self, config: dict):