1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Rust App Example # agentkernel configuration for a Rust application [sandbox] name = "rust-app" base_image = "rust:1.85-alpine" [agent] preferred = "claude" [resources] vcpus = 1 memory_mb = 512 [security] profile = "restrictive"