agentkernel 0.18.1

Run AI coding agents in secure, isolated microVMs
Documentation
# Go sandbox template
# Go toolchain for Go development

[sandbox]
name = "go"
base_image = "golang:1.23-alpine"

[resources]
vcpus = 2
memory_mb = 512

[security]
profile = "moderate"

[security.domains]
allow = ["proxy.golang.org", "sum.golang.org"]

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