Update AGENTS.md with additional context on implementation and modify pipeline.py to include assistant aggregator in the processing flow.

This commit is contained in:
Xin Wang
2026-05-24 21:37:54 +08:00
parent 003a4abe8c
commit f301af396d
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1,3 @@
Write readable, maintainable, extensible code for a voice agent endpoint with pipecat as engine
Write readable, maintainable, extensible code for a voice agent endpoint with pipecat as engine
Write minimal change compare to pipcat official implmentation

View File

@@ -135,9 +135,9 @@ async def run_pipeline_with_serializer(
user_aggregator,
llm,
ProductTextStreamProcessor(),
assistant_aggregator,
tts,
transport.output(),
assistant_aggregator,
]
)