container_name_for_slug

Function container_name_for_slug 

Source
pub fn container_name_for_slug(slug: &str) -> String
Expand description

Derive the stable container name for an agent from its slug. Format: agentmux-<slug>. Deterministic so restarts reuse the same container.