From 76a0e043e90212eb489446bdb7e9fa79bd7ed1d3 Mon Sep 17 00:00:00 2001 From: Robert Helewka Date: Sat, 30 May 2026 09:44:07 -0400 Subject: [PATCH] chore(ansible): add CASE agent configuration to kottos inventory Introduce the CASE engineering agent by defining kottos_case_port (24152) and updating the agents list comment. This extends the systemd-managed pallas process configuration to include the CASE runtime alongside existing Harper, Scotty, Research, and Tech Research agents. --- ansible/inventory/host_vars/puck.incus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/inventory/host_vars/puck.incus.yml b/ansible/inventory/host_vars/puck.incus.yml index ff13570..af03aef 100644 --- a/ansible/inventory/host_vars/puck.incus.yml +++ b/ansible/inventory/host_vars/puck.incus.yml @@ -52,7 +52,7 @@ mnemosyne_web_metrics_port: 23191 # ============================================================================= # Kottos Configuration (Pallas FastAgent runtime) # ============================================================================= -# Engineering agents (Harper, Scotty, Research, Tech Research) running as a +# Engineering agents (Harper, Scotty, CASE, Research, Tech Research) running as a # single systemd-managed ``pallas`` process. Logs land in journald via # SyslogIdentifier=kottos, then Alloy's journal relabel block tags them as # {service="pallas", project="kottos"} for Loki. @@ -68,6 +68,7 @@ kottos_harper_port: 24101 kottos_scotty_port: 24102 kottos_research_port: 24150 kottos_tech_research_port: 24151 +kottos_case_port: 24152 # Log level — INFO surfaces lifecycle + failures, DEBUG adds per-request # detail and successful health probe lines. Ouranos Lab convention: