fix CI: black formatting and update test to use input_filters

This commit is contained in:
Adil Hafeez 2026-03-17 17:10:14 -07:00
parent a00a102f86
commit 6d58469b82
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
6 changed files with 61 additions and 16 deletions

View file

@ -104,13 +104,13 @@ listeners:
agents:
- id: simple_tmobile_rag_agent
description: t-mobile virtual assistant for device contracts.
filter_chain:
input_filters:
- query_rewriter
- context_builder
- response_generator
- id: research_agent
description: agent to research and gather information from various sources.
filter_chain:
input_filters:
- research_agent
- response_generator
port: 8000