mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
Add endpoint to API Server deployments resource to get event stream using client's get_task_result_stream method.
#111
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 @nerdai on GitHub (Oct 7, 2024).
Originally assigned to: @nerdai on GitHub.
(The control plane already consumes the stream messages from the Workflow services and emits SSE using FastAPI StreamingResponse)
Implement the equivalent of what we have in workflows:
for Llama Deploy through the API Server, something like GET http://apiserver.local/my-deployment/events
Acceptance Criteria