mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-06 09:41:51 +01:00
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
Docker Dev Images Build / build (Dockerfile, librechat-dev, node) (push) Waiting to run
Docker Dev Images Build / build (Dockerfile.multi, librechat-dev-api, api-build) (push) Waiting to run
Sync Locize Translations & Create Translation PR / Sync Translation Keys with Locize (push) Waiting to run
Sync Locize Translations & Create Translation PR / Create Translation PR on Version Published (push) Blocked by required conditions
* chore: linting image context file * refactor: Event Emission with Async Handling for Redis Ordering - Updated emitEvent and related functions to be async, ensuring proper event ordering in Redis mode. - Refactored multiple handlers to await emitEvent calls, improving reliability for streaming deltas. - Enhanced GenerationJobManager to await chunk emissions, critical for maintaining sequential event delivery. - Added tests to verify that events are delivered in strict order when using Redis, addressing previous issues with out-of-order messages. * refactor: Clear Pending Buffers and Timeouts in RedisEventTransport - Enhanced the cleanup process in RedisEventTransport by ensuring that pending messages and flush timeouts are cleared when the last subscriber unsubscribes. - Updated the destroy method to also clear pending messages and flush timeouts for all streams, improving resource management and preventing memory leaks. * refactor: Update Event Emission to Async for Improved Ordering - Refactored GenerationJobManager and RedisEventTransport to make emitDone and emitError methods async, ensuring proper event ordering in Redis mode. - Updated all relevant calls to await these methods, enhancing reliability in event delivery. - Adjusted tests to verify that events are processed in the correct sequence, addressing previous issues with out-of-order messages. * refactor: Adjust RedisEventTransport for 0-Indexed Sequence Handling - Updated sequence handling in RedisEventTransport to be 0-indexed, ensuring consistency across event emissions and buffer management. - Modified integration tests to reflect the new sequence logic, improving the accuracy of event processing and delivery order. - Enhanced comments for clarity on sequence management and terminal event handling. * chore: Add Redis dump file to .gitignore - Included dump.rdb in .gitignore to prevent accidental commits of Redis database dumps, enhancing repository cleanliness and security. * test: Increase wait times in RedisEventTransport integration tests for CI stability - Adjusted wait times for subscription establishment and event propagation from 100ms and 200ms to 500ms to improve reliability in CI environments. - Enhanced code readability by formatting promise resolution lines for better clarity.
172 lines
2.5 KiB
Text
172 lines
2.5 KiB
Text
### node etc ###
|
|
|
|
# Logs
|
|
data-node
|
|
meili_data*
|
|
data/
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
.git
|
|
|
|
# CI/CD data
|
|
test-image*
|
|
dump.rdb
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# translation services
|
|
config/translations/stores/*
|
|
client/src/localization/languages/*_missing_keys.json
|
|
|
|
# Compiled Dirs (http://nodejs.org/api/addons.html)
|
|
build/
|
|
dist/
|
|
public/main.js
|
|
public/main.js.map
|
|
public/main.js.LICENSE.txt
|
|
client/public/images/
|
|
client/public/main.js
|
|
client/public/main.js.map
|
|
client/public/main.js.LICENSE.txt
|
|
|
|
# Azure Blob Storage Emulator (Azurite)
|
|
__azurite**
|
|
__blobstorage__/**/*
|
|
|
|
# Dependency directorys
|
|
# Deployed apps should consider commenting these lines out:
|
|
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
|
node_modules/
|
|
meili_data/
|
|
api/node_modules/
|
|
client/node_modules/
|
|
bower_components/
|
|
*.d.ts
|
|
!vite-env.d.ts
|
|
|
|
# AI
|
|
.clineignore
|
|
.cursor
|
|
.aider*
|
|
|
|
# Floobits
|
|
.floo
|
|
.floobit
|
|
.floo
|
|
.flooignore
|
|
|
|
#config file
|
|
librechat.yaml
|
|
librechat.yml
|
|
|
|
# Environment
|
|
.npmrc
|
|
.env*
|
|
my.secrets
|
|
!**/.env.example
|
|
!**/.env.test.example
|
|
cache.json
|
|
api/data/
|
|
owner.yml
|
|
archive
|
|
.vscode/settings.json
|
|
src/style - official.css
|
|
/e2e/specs/.test-results/
|
|
/e2e/playwright-report/
|
|
/playwright/.cache/
|
|
.DS_Store
|
|
*.code-workspace
|
|
.idx
|
|
monospace.json
|
|
.idea
|
|
*.iml
|
|
*.pem
|
|
config.local.ts
|
|
**/storageState.json
|
|
junit.xml
|
|
**/.venv/
|
|
**/venv/
|
|
|
|
# docker override file
|
|
docker-compose.override.yaml
|
|
docker-compose.override.yml
|
|
|
|
# meilisearch
|
|
meilisearch
|
|
meilisearch.exe
|
|
data.ms/*
|
|
auth.json
|
|
|
|
/packages/ux-shared/
|
|
/images
|
|
|
|
!client/src/components/Nav/SettingsTabs/Data/
|
|
|
|
# User uploads
|
|
uploads/
|
|
|
|
# owner
|
|
release/
|
|
|
|
# Helm
|
|
helm/librechat/Chart.lock
|
|
helm/**/charts/
|
|
helm/**/.values.yaml
|
|
|
|
!/client/src/@types/i18next.d.ts
|
|
|
|
# SAML Idp cert
|
|
*.cert
|
|
|
|
# AI Assistants
|
|
/.claude/
|
|
/.cursor/
|
|
/.copilot/
|
|
/.aider/
|
|
/.openai/
|
|
/.tabnine/
|
|
/.codeium
|
|
*.local.md
|
|
|
|
|
|
# Removed Windows wrapper files per user request
|
|
hive-mind-prompt-*.txt
|
|
|
|
# Claude Flow generated files
|
|
.claude/settings.local.json
|
|
.mcp.json
|
|
claude-flow.config.json
|
|
.swarm/
|
|
.hive-mind/
|
|
.claude-flow/
|
|
memory/
|
|
coordination/
|
|
memory/claude-flow-data.json
|
|
memory/sessions/*
|
|
!memory/sessions/README.md
|
|
memory/agents/*
|
|
!memory/agents/README.md
|
|
coordination/memory_bank/*
|
|
coordination/subtasks/*
|
|
coordination/orchestration/*
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
*.sqlite
|
|
*.sqlite-journal
|
|
*.sqlite-wal
|
|
claude-flow
|
|
# Removed Windows wrapper files per user request
|
|
hive-mind-prompt-*.txt
|