LibreChat/api/server/routes/agents
Danny Avila d9a5893d4b
fix(agents): handle 'new' conversationId and improve abort reliability
- Treat 'new' as placeholder that needs UUID in request controller
- Send JSON response immediately before tool loading for faster SSE connection
- Use job's abort controller instead of prelimAbortController
- Emit errors to stream if headers already sent
- Skip 'new' as valid ID in abort endpoint
- Add fallback to find active jobs by userId when conversationId is 'new'
2025-12-18 19:26:24 -05:00
..
actions.js Merge commit from fork 2025-11-11 14:14:55 -05:00
chat.js refactor: remove unused setHeaders middleware from chat route 2025-12-18 14:29:34 -05:00
index.js fix(agents): handle 'new' conversationId and improve abort reliability 2025-12-18 19:26:24 -05:00
tools.js 🛜 refactor: Streamline App Config Usage (#9234) 2025-08-26 12:10:18 -04:00
v1.js 👤 feat: Agent Avatar Removal and Decouple upload/reset from Agent Updates (#10527) 2025-11-17 17:04:01 -05:00