LibreChat/api/server
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
..
controllers refactor: Update GenerationJobManager and ResumableAgentController for improved event handling 2025-12-17 08:43:36 -05:00
middleware refactor: Unify streamId and conversationId handling for improved job management 2025-12-17 08:43:31 -05:00
routes feat: Add active job management for user and show progress in conversation list 2025-12-17 12:22:51 -05:00
services refactor: Integrate streamId handling for improved resumable functionality for attachments 2025-12-17 08:43:30 -05:00
utils 🪦 refactor: Remove Legacy Code (#10533) 2025-12-11 16:36:12 -05:00
cleanup.js 🤖 refactor: Improve Agent Handoff Context Tracking (#10553) 2025-11-17 16:57:51 -05:00
experimental.js 📦 chore: Bump Express.js to v5 (#10671) 2025-12-11 16:36:15 -05:00
index.js feat: Introduce Redis-backed stream services for enhanced job management 2025-12-17 08:43:32 -05:00
index.spec.js 🛜 refactor: Streamline App Config Usage (#9234) 2025-08-26 12:10:18 -04:00
socialLogins.js ⚙️ refactor: Only register OpenID Strategy if Config Succeeded (#9094) 2025-08-16 14:49:03 -04:00