mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 08:25:23 +02:00
- Wrap cache.get() in try/catch so Redis failures fall through to compute instead of killing the agent run (F1) - Include multiplier classification in cache key to prevent collisions between Anthropic and non-Anthropic models sharing a provider (F2) - Remove dead TOOL_TOKENS entry from getLogStores.js; toolTokens.ts manages its own Keyv instance (F4) - Add logger.debug for cache read/write failures (F7) - Export toolTokens from agents barrel (F8) - Fix import ordering (F9) - Remove intermediate agentInputs array (F10) - Remove narrating comments (F11) |
||
|---|---|---|
| .. | ||
| app | ||
| cache | ||
| config | ||
| db | ||
| models | ||
| server | ||
| strategies | ||
| test | ||
| utils | ||
| jest.config.js | ||
| jsconfig.json | ||
| package.json | ||
| typedefs.js | ||