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
attendant
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
botmodels
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
channels
compliance
console Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
contacts
core fix: spawn LLM response in separate task to prevent recv_task blocking 2026-04-14 08:59:10 -03:00
dashboards
deployment
designer
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
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
learn
legal
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
marketing Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
meet
monitoring Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
msteams
multimodal
nvidia
paper
people feat: add campaigns, attendance SLA, and marketing modules 2026-03-14 16:35:42 -03:00
player
products
project
research
search
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
slides
social
sources
tasks feat: add [BASIC_EXEC] traces for start, tool, scheduler, webhook execution 2026-04-13 18:16:01 -03:00
telegram
tickets
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
embedded_ui.rs
main.rs Fix KB indexing: single file streaming, dedup tracking, .ast cache 2026-04-11 13:10:09 -03:00