Feat: Streaming Docs + Examples (#1912)

* feat: streaming examples + gen

* feat: more examples

* chore: gen again

* feat: fastapi example

* chore: gen

* feat: callout

* fix: typos

* fix: whoops - how did this work?

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Matt Kaye
2025-06-26 17:28:05 -04:00
committed by GitHub
parent e62f7edab3
commit 1cd12f24f8
48 changed files with 621 additions and 221 deletions

View File

@@ -5,6 +5,7 @@ from hatchet_sdk.clients.listeners.run_event_listener import StepRunEventType
async def main() -> None:
# > Consume
ref = await stream_task.aio_run_no_wait()
async for chunk in ref.stream():