add ability to set agent timeout (#710)

Co-authored-by: Adil Hafeez <adil.hafeez10@t-mobile.com>
This commit is contained in:
Adil Hafeez 2026-01-28 17:18:20 -08:00 committed by GitHub
parent 43bdd0bfcf
commit 8428b06e22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: