LibreChat/api/server/controllers/agents
Danny Avila 72ed15635e fix: Codex round 11 — pause recording, resume/abort preserve, Redis preserve TTL
- request.js: record a scheduled fire's HITL pause as requires_action before
  returning, so overlap/capacity (which key on 'started') stop counting it as
  active immediately instead of after the reconcile min-age delay.
- request.js: the late-abort finalization records the interrupted outcome first
  and only completeJob's when that write succeeded — leaving a preserved aborted
  job intact rather than overwriting it as an error job (which reconcile would
  count toward failure auto-disable).
- resume.js: gate the resume-failure completeJob on the outcome write, preserving
  the job for reconcile when it failed.
- RedisJobStore: a terminal updateJob without completedAt is the preserve signal,
  so retain the job hash on the longer running TTL (not the 300s completed TTL) —
  giving reconcile a window instead of a 5-minute race; it deletes the job after.
2026-07-21 23:56:03 -04:00
..
__tests__ fix: Codex round 11 — pause recording, resume/abort preserve, Redis preserve TTL 2026-07-21 23:56:03 -04:00
callbacks.js 🙊 refactor: Clarify Ask Question Schema Errors and Retry Guidance (#14279) 2026-07-15 11:06:29 -04:00
client.js fix: address deep review — indexes, redis metadata, capacity, crash-retry, cascade (14 findings) 2026-07-21 20:13:15 -04:00
client.test.js 🪝 feat: Human-in-the-Loop Runtime - Tool Approval + Ask-User-Question (Slice B) (#13942) 2026-06-29 16:56:41 -04:00
errors.js 📦 refactor: Consolidate DB models, encapsulating Mongoose usage in data-schemas (#11830) 2026-03-21 14:28:53 -04:00
filterAuthorizedTools.spec.js 🧠 feat: Add Memory as an Agent Capability with Inline Tools and Ephemeral Badge (#13869) 2026-06-24 17:14:13 -04:00
openai.js 🧵 feat: Background Tool Calls for Agents & Model Specs (#14197) 2026-07-13 12:51:36 -04:00
recordCollectedUsage.spec.js 🪢 chore: Consolidate Pricing and Tx Imports After tx.js Module Removal (#12086) 2026-03-21 14:28:53 -04:00
request.js fix: Codex round 11 — pause recording, resume/abort preserve, Redis preserve TTL 2026-07-21 23:56:03 -04:00
responses.js 🧵 feat: Background Tool Calls for Agents & Model Specs (#14197) 2026-07-13 12:51:36 -04:00
resume.js fix: Codex round 11 — pause recording, resume/abort preserve, Redis preserve TTL 2026-07-21 23:56:03 -04:00
steer.js 🧭 feat: Mid-Run Steering and Queued Messages for Agent Runs (#14220) 2026-07-14 10:11:10 -04:00
v1.js 🧊 fix: Include Conversation Starters in Agent View and List Responses (#14142) 2026-07-08 12:54:54 -04:00
v1.spec.js 🧊 fix: Include Conversation Starters in Agent View and List Responses (#14142) 2026-07-08 12:54:54 -04:00