agentkernel 0.18.1

Run AI coding agents in secure, isolated microVMs
Documentation
# .NET sandbox template
# .NET SDK for C# / F# development

[sandbox]
name = "dotnet"
base_image = "mcr.microsoft.com/dotnet/sdk:8.0"

[resources]
vcpus = 2
memory_mb = 1024

[security]
profile = "moderate"

[security.domains]
allow = ["api.nuget.org"]

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