Eclipse Che 与 Agent Sandbox 的集成
作者: ibuziuk创建于 2026年7月28日更新于 2026年9月8日
标签kind/epicarea/che-operatorroadmap/6-monthsteam/B
Current Architecture
Eclipse Che currently supports Cloud Development Environments (CDEs) through integration with the DevWorkspace Operator (DWO):
┌─────────────────────────────────────────────────────────┐
│ Eclipse Che │
│ ┌──────────────┐ ┌─────────┐ ┌──────────────┐ │
│ │ Dashboard │ │ Server │ │ Registry │ ... │
│ └──────────────┘ └─────────┘ └──────────────┘ │
└─────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────┐
│ DevWorkspace Operator (DWO) │
│ - Manages workspace pod lifecycle │
│ - Devfile-based configuration │
│ - Routing │
└─────────────────────────────────────────────────────────┘
│
▼
User CDEs (Cloud Development Environments)
Why Agent Sandbox?
Stronger Isolation for Untrusted Code: AI agents may execute LLM-generated code that requires kernel-level isolation beyond standard containers. Resource Efficiency: Hibernation/resume and warm pools optimize costs for intermittent agent workloads. Stable Identity: Long-running agents benefit from persistent network identity across restarts. Programmatic API: Designed for applications to consume programmatically, not just human users.
High-Level Design
┌─────────────────────────────────────────────────────────────────┐
│ Eclipse Che │
│ ┌──────────────┐ ┌─────────┐ ┌──────────────┐ │
│ │ Dashboard │ │ Gateway │ │ DevFile Reg │ ... │
│ └──────────────┘ └─────────┘ └──────────────┘ │
│
…内容来源: eclipse-che/che