Handle Streaming in llama-agents #71

Closed
opened 2026-02-16 01:15:32 -05:00 by yindo · 0 comments
Owner

Originally created by @logan-markewich on GitHub (Aug 14, 2024).

Originally assigned to: @logan-markewich on GitHub.

If a service returns a generator, we need some sort of way to handle this. Currently, llama-agents is assuming that everything is pure text

Probably, we should detect streaming outputs from a service/workflow and publish a series of messages to the message queue that are consumed as result deltas

Originally created by @logan-markewich on GitHub (Aug 14, 2024). Originally assigned to: @logan-markewich on GitHub. If a service returns a generator, we need some sort of way to handle this. Currently, llama-agents is assuming that everything is pure text Probably, we should detect streaming outputs from a service/workflow and publish a series of messages to the message queue that are consumed as result deltas
yindo closed this issue 2026-02-16 01:15:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#71