LibreChat/client/src/hooks/SSE
Danny Avila 9b9d6be622
feat: Implement Resumable Generation Jobs with SSE Support
- Introduced GenerationJobManager to handle resumable LLM generation jobs independently of HTTP connections.
- Added support for subscribing to ongoing generation jobs via SSE, allowing clients to reconnect and receive updates without losing progress.
- Enhanced existing agent controllers and routes to integrate resumable functionality, including job creation, completion, and error handling.
- Updated client-side hooks to manage adaptive SSE streams, switching between standard and resumable modes based on user settings.
- Added UI components and settings for enabling/disabling resumable streams, improving user experience during unstable connections.
2025-12-18 14:12:12 -05:00
..
index.ts feat: Implement Resumable Generation Jobs with SSE Support 2025-12-18 14:12:12 -05:00
useAdaptiveSSE.ts feat: Implement Resumable Generation Jobs with SSE Support 2025-12-18 14:12:12 -05:00
useAttachmentHandler.ts 🌐 feat: Add support to SubDirectory hosting (#9155) 2025-08-27 02:00:18 -04:00
useContentHandler.ts 🛡️ fix: Improve Error Handling and Null Safety in SSE Event Processing (#10751) 2025-12-01 14:05:50 -05:00
useEventHandlers.ts 🪦 refactor: Remove Legacy Code (#10533) 2025-12-11 16:36:12 -05:00
useResumableSSE.ts feat: Implement Resumable Generation Jobs with SSE Support 2025-12-18 14:12:12 -05:00
useSSE.ts 🪦 refactor: Remove Legacy Code (#10533) 2025-12-11 16:36:12 -05:00
useStepHandler.ts 🛡️ fix: Improve Error Handling and Null Safety in SSE Event Processing (#10751) 2025-12-01 14:05:50 -05:00