mirror of
https://github.com/katanemo/plano.git
synced 2026-05-21 13:55:15 +02:00
fix CI: black formatting and update test to use input_filters
This commit is contained in:
parent
a00a102f86
commit
6d58469b82
6 changed files with 61 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue