agentkernel 0.18.1

Run AI coding agents in secure, isolated microVMs
Documentation
# Python ML sandbox template
# Pre-configured for machine learning / data science workloads

[sandbox]
name = "python-ml"
base_image = "python:3.12"

[resources]
vcpus = 4
memory_mb = 4096

[security]
profile = "moderate"

[security.domains]
allow = ["pypi.org", "files.pythonhosted.org"]

[template]
description = "Python for machine learning / data science"
category = "Specialized"
help_text = """
How to use: Start the sandbox and run your workflow inside /workspace.
Example command: python --version
Binaries available: python, pip
Services and ports: No long-running service is configured by default; only explicitly mapped ports are exposed.
"""