botserver/src
Rodrigo Rodriguez (Pragmatismo) 9f1d74b101 Introduce chatApp singleton and guarded init
- Implement singleton pattern for chatApp to prevent multiple instances
- Gate initialization with isInitialized to skip repeated init calls
- Add guards for auth and WebSocket connections to avoid overlaps
- Filter non-message payloads and only render content messages
- Improve scroll-to-bottom button visibility and interaction
- Update scrollbar styling, including dark theme rules
2025-11-20 14:28:21 -03:00
..
auth Migrate HTTP API from Actix to Axum 2025-11-20 13:28:35 -03:00
automation feat: remove redundant traces and update LLM server args 2025-11-12 16:04:33 -03:00
basic Refactor TALK delivery and streaming pipelines 2025-11-20 13:40:40 -03:00
bootstrap feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
bot Refactor TALK delivery and streaming pipelines 2025-11-20 13:40:40 -03:00
channels feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
config feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
context feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
drive_monitor feat: add actix-files dependency for file serving support 2025-11-15 19:08:26 -03:00
email Migrate HTTP API from Actix to Axum 2025-11-20 13:28:35 -03:00
file Migrate HTTP API from Actix to Axum 2025-11-20 13:28:35 -03:00
llm Migrate HTTP API from Actix to Axum 2025-11-20 13:28:35 -03:00
llm_models feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
meet Migrate HTTP API from Actix to Axum 2025-11-20 13:28:35 -03:00
nvidia feat: simplify system metrics collection and improve status panel 2025-11-11 23:12:27 -03:00
package_manager feat: add actix-files dependency for file serving support 2025-11-15 19:08:26 -03:00
prompt_manager feat: add HTTP server and refactor initialization 2025-11-15 09:48:46 -03:00
riot_compiler feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
session Migrate HTTP API from Actix to Axum 2025-11-20 13:28:35 -03:00
shared feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
tests feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
ui feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
ui_tree feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
web_server Migrate HTTP API from Actix to Axum 2025-11-20 13:28:35 -03:00
lib.rs feat: remove unused dependencies and clean up Cargo.lock 2025-11-05 13:46:03 -03:00
main.rs Introduce chatApp singleton and guarded init 2025-11-20 14:28:21 -03:00
main.test.rs feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00