generalbots/src
Rodrigo Rodriguez (Pragmatismo) d20ecdb89c
Some checks failed
BotServer CI/CD / build (push) Failing after 6s
fix: enterprise-grade reliability — three changes
1. CI: restart system container instead of just systemctl restart botserver
   — ensures full env reload, Vault re-auth, DriveMonitor fresh state

2. Health endpoint: add 'commit' field with short git SHA
   — build.rs passes BOTSERVER_COMMIT from CI via rustc-env
   - Both /health and /api/health now report the running commit

3. WebSocket recv_task: spawn stream_response in separate tokio task
   - prevents one hung LLM from freezing all message processing
   - each WebSocket connection can now handle multiple messages
     concurrently regardless of LLM latency

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-14 09:51:54 -03:00
..
analytics Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
api Fix DETECT: use bot-specific DB pool, add anonymous auth when directory disabled 2026-04-06 13:37:23 -03:00
attendance refactor: Generalize WhatsAppAdapter::new to accept &AppState 2026-04-04 15:46:10 -03:00
attendant Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
auto_task refactor: unify BASIC compilation into BasicCompiler only, runtime uses ScriptService::run() on pre-compiled .ast 2026-04-13 14:05:55 -03:00
basic fix: eliminate LLM keyword deadlock with isolated worker thread 2026-04-13 23:20:10 -03:00
billing Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
botmodels LXD proxy and container improvements 2026-03-15 15:50:02 -03:00
browser Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
calendar Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
canvas Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
channels feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
compliance merge: Unify master into main - all commits unified 2026-03-01 07:43:07 -03:00
console Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
contacts LXD proxy and container improvements 2026-03-15 15:50:02 -03:00
core fix: spawn LLM response in separate task to prevent recv_task blocking 2026-04-14 08:59:10 -03:00
dashboards Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
deployment refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00
designer refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00
directory refactor: unify BASIC compilation into BasicCompiler only, runtime uses ScriptService::run() on pre-compiled .ast 2026-04-13 14:05:55 -03:00
docs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
drive Add LLM stream timeout and debug logs 2026-04-14 00:55:43 -03:00
email Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
instagram Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
learn Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
legal Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
llm revert: restore working LLM streaming code from 260a13e7 2026-04-14 01:15:20 -03:00
main_module fix: enterprise-grade reliability — three changes 2026-04-14 09:51:54 -03:00
maintenance Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
marketing Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
meet feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
monitoring Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
msteams Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
multimodal Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
nvidia Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules 2026-01-08 13:16:17 -03:00
paper Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
people feat: add campaigns, attendance SLA, and marketing modules 2026-03-14 16:35:42 -03:00
player Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
products Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
project Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
research Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
search Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
security Fix Zitadel health check and add ss command to allowed commands 2026-04-11 07:49:11 -03:00
settings fix: resolve kb_collections and kb_group_associations imports for directory feature 2026-04-12 12:48:42 -03:00
sheet Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
slides Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
social Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
sources Enforce Vault-only secrets: remove env var fallbacks, all secrets from Vault 2026-04-03 07:11:40 -03:00
tasks feat: add [BASIC_EXEC] traces for start, tool, scheduler, webhook execution 2026-04-13 18:16:01 -03:00
telegram fix(llm): load system-prompt from config.csv correctly 2026-03-09 11:55:05 -03:00
tickets Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
timeseries Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
vector-db Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
video Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
weba Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
whatsapp feat: add [BASIC_EXEC] traces for start, tool, scheduler, webhook execution 2026-04-13 18:16:01 -03:00
workspaces Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
embedded_ui.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
main.rs Fix KB indexing: single file streaming, dedup tracking, .ast cache 2026-04-11 13:10:09 -03:00