From b6a174bd7710c2f3e23e4e352b86017679ff89a7 Mon Sep 17 00:00:00 2001 From: Paul Asjes Date: Thu, 23 Jul 2026 10:31:41 +0200 Subject: [PATCH 1/2] feat: agents add + templates show (with full template catalog) - templates.rs: port all 6 agent template bodies from v0 (default/minimal/voice-only/text-only/customer-service/assistant) and template_by_name(). The large default template is parsed from a raw JSON string rather than the json! macro (the macro's recursion limit is exceeded and #![recursion_limit] can only live in the generated crate root). Add `agents templates show