From 8428b06e227a36ae647499db848b3018c751ff31 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 28 Jan 2026 17:18:20 -0800 Subject: [PATCH] add ability to set agent timeout (#710) Co-authored-by: Adil Hafeez --- config/envoy.template.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/envoy.template.yaml b/config/envoy.template.yaml index 00006444..54fbeb77 100644 --- a/config/envoy.template.yaml +++ b/config/envoy.template.yaml @@ -278,6 +278,7 @@ static_resources: {% if listener.agents %} + # agent listeners - name: {{ listener.name | replace(" ", "_") }} address: socket_address: @@ -333,7 +334,7 @@ static_resources: auto_host_rewrite: true prefix_rewrite: "/agents/" cluster: bright_staff - timeout: {{ llm_gateway_listener.timeout }} + timeout: {{ listener.timeout | default('30s') }} http_filters: - name: envoy.filters.http.compressor typed_config: