Skip to content

Commit e68fddf

Browse files
KetharanLakshanSS
authored andcommitted
feat: add agent-sandbox module to marketplace plugins
Signed-off-by: Ketharan <ketharan.mail@gmail.com>
1 parent b5ef7d1 commit e68fddf

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/data/marketplace-plugins.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,26 @@
335335
"default": false,
336336
"released": true
337337
},
338+
{
339+
"id": "agent-sandbox",
340+
"group": "component-type",
341+
"name": "Agent Sandbox",
342+
"description": "Kernel-level sandbox isolation for AI agent workloads using kubernetes-sigs/agent-sandbox, supporting gVisor and Kata Containers runtimes with pre-warmed sandbox pools for fast agent startup.",
343+
"category": "AI",
344+
"tags": [
345+
"ai-agents",
346+
"sandbox",
347+
"isolation",
348+
"security",
349+
"gvisor",
350+
"kata"
351+
],
352+
"logoUrl": "",
353+
"author": "OpenChoreo",
354+
"sourceUrl": "https://github.com/openchoreo/community-modules/tree/main/agent-sandbox",
355+
"default": false,
356+
"released": false
357+
},
338358
{
339359
"id": "micro-integrator",
340360
"group": "component-type",

0 commit comments

Comments
 (0)