Enable streaming through the APIServer #105

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

Originally created by @logan-markewich on GitHub (Oct 4, 2024).

Originally assigned to: @nerdai on GitHub.

Implement the equivalent of what we have in workflows:

handler = workflow.run()
async for event in handler.stream_events():
    # do something with event
    pass

for Llama Deploy through the API Server, something like GET http://apiserver.local/my-deployment/events

Sub Tasks

Originally created by @logan-markewich on GitHub (Oct 4, 2024). Originally assigned to: @nerdai on GitHub. Implement the equivalent of what we have in workflows: ```python handler = workflow.run() async for event in handler.stream_events(): # do something with event pass ``` for Llama Deploy through the API Server, something like `GET http://apiserver.local/my-deployment/events` ### Sub Tasks - [x] #296 - [x] #297 - [x] #298 - [x] #300
yindo closed this issue 2026-02-16 01:15:48 -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#105