Configure agents like infrastructure.
Declare workspace, region, cap, and the Conductor profile. Loom turns a brief into a plan, the plan into a swarm, and the swarm into artifacts.
01swarm_job = {02 name = "client-vault"03 region = "local-mlx"04 cap = "$10/job"05 policy = conductor_v306}