Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@

TaskBridge manages long-running tasks and AI response streaming, saving you from writing custom WebSocket reconnection logic and Android fallback layers. The library automatically degrades along the `WebSocket -> SSE -> Long Polling` chain, keeping your FastAPI backend clean and stateless.

<p align="center">
<a href="docs/media/task-bridge-example-screencast.mp4">
<img src="docs/media/screencast-thumbnail.png" width="100%" alt="Watch TaskBridge Screencast Demo">
</a>
</p>

https://github.com/user-attachments/assets/b1b77eb0-e942-448a-86fc-8bb575124253

[Open full demo]([https://github.com/nikkiw/task-bridge/assets/...](https://github.com/nikkiw/task-bridge/blob/main/docs/media/task-bridge-example-screencast.mp4))

## Overview

Expand Down
Loading