From a611e1fc88703476c72ec8faa885dee6bae25a33 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Thu, 18 Dec 2025 14:15:11 -0800 Subject: [PATCH] fix tests --- arch/validate_arch_config.sh | 2 +- demos/use_cases/mcp_filter/arch_config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/validate_arch_config.sh b/arch/validate_arch_config.sh index f253bf3a..d9d89998 100644 --- a/arch/validate_arch_config.sh +++ b/arch/validate_arch_config.sh @@ -5,7 +5,7 @@ failed_files=() for file in $(find . -name arch_config.yaml -o -name arch_config_full_reference.yaml); do echo "Validating ${file}..." touch $(pwd)/${file}_rendered - if ! docker run --rm -v "$(pwd)/${file}:/app/arch_config.yaml:ro" -v "$(pwd)/${file}_rendered:/app/arch_config_rendered.yaml:rw" --entrypoint /bin/sh katanemo/archgw:latest -c "python -m cli.config_generator" 2>&1 > /dev/null ; then + if ! docker run --rm -v "$(pwd)/${file}:/app/arch_config.yaml:ro" -v "$(pwd)/${file}_rendered:/app/arch_config_rendered.yaml:rw" --entrypoint /bin/sh katanemo/archgw:0.3.22 -c "python -m cli.config_generator" 2>&1 > /dev/null ; then echo "Validation failed for $file" failed_files+=("$file") fi diff --git a/demos/use_cases/mcp_filter/arch_config.yaml b/demos/use_cases/mcp_filter/arch_config.yaml index e5aacc03..e8da6164 100644 --- a/demos/use_cases/mcp_filter/arch_config.yaml +++ b/demos/use_cases/mcp_filter/arch_config.yaml @@ -30,7 +30,7 @@ listeners: - type: agent name: agent_1 port: 8001 - router: arch_agent_router + router: plano_orchestrator_v1 agents: - id: rag_agent description: virtual assistant for retrieval augmented generation tasks