agentkernel 0.18.1

Run AI coding agents in secure, isolated microVMs
Documentation
# C/C++ sandbox template
# GCC toolchain for C and C++ development

[sandbox]
name = "c"
base_image = "gcc:14-bookworm"

[resources]
vcpus = 2
memory_mb = 512

[security]
profile = "moderate"

[template]
description = "GCC toolchain for C/C++ development"
category = "Languages"
help_text = """
How to use: Start the sandbox and run your workflow inside /workspace.
Example command: ls -la /workspace
Binaries available: gcc, g++, make
Services and ports: No long-running service is configured by default; only explicitly mapped ports are exposed.
"""