agentkernel 0.18.1

Run AI coding agents in secure, isolated microVMs
Documentation
# Rust CI sandbox template
# Pre-configured for Rust build and test workloads

[sandbox]
name = "rust-ci"
base_image = "rust:1.85-alpine"

[resources]
vcpus = 4
memory_mb = 2048

[security]
profile = "moderate"

[security.domains]
allow = ["crates.io", "static.crates.io", "index.crates.io"]

[template]
description = "Rust build and test CI workloads"
category = "Specialized"
help_text = """
How to use: Start the sandbox and run your workflow inside /workspace.
Example command: cargo --version
Binaries available: rustc, cargo
Services and ports: No long-running service is configured by default; only explicitly mapped ports are exposed.
"""