LibreChat/client/src/hooks/SSE
Danny Avila 5a2aafb7d0
feat: Add active job management for user and show progress in conversation list
- Implemented a new endpoint to retrieve active generation job IDs for the current user, enhancing user experience by allowing visibility of ongoing tasks.
- Integrated active job tracking in the Conversations component, displaying generation indicators based on active jobs.
- Optimized job management in the GenerationJobManager and InMemoryJobStore to support user-specific job queries, ensuring efficient resource handling and cleanup.
- Updated relevant components and hooks to utilize the new active jobs feature, improving overall application responsiveness and user feedback.
2025-12-17 12:22:51 -05:00
..
index.ts WIP: resuming 2025-12-17 08:43:23 -05:00
useAdaptiveSSE.ts feat: Implement Resumable Generation Jobs with SSE Support 2025-12-17 08:43:22 -05:00
useAttachmentHandler.ts 🌐 feat: Add support to SubDirectory hosting (#9155) 2025-08-27 02:00:18 -04:00
useContentHandler.ts fix: improve syncing when switching conversations 2025-12-17 08:43:25 -05:00
useEventHandlers.ts fix: improve syncing when switching conversations 2025-12-17 08:43:25 -05:00
useResumableSSE.ts feat: Add active job management for user and show progress in conversation list 2025-12-17 12:22:51 -05:00
useResumeOnLoad.ts refactor: Enhance GenerationJobManager with In-Memory Implementations 2025-12-17 08:43:27 -05:00
useSSE.ts 🪦 refactor: Remove Legacy Code (#10533) 2025-12-11 16:36:12 -05:00
useStepHandler.ts refactor: Improve message handling logic in useStepHandler 2025-12-17 08:43:30 -05:00