mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
Handle Streaming in llama-agents #71
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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