EdgarMMProsper

Results 2 issues of EdgarMMProsper

Proposed solution for this issue: https://github.com/pipecat-ai/pipecat/issues/441 We try to improve the processing of frames from the user, since they often arrive out of order. We also tackle the case when...

At ```python class LLMResponseAggregator(FrameProcessor): async def process_frame(self, frame: Frame, direction: FrameDirection): ``` I have detected two problems. The reason for them might be that the same logic is used both...