generalbots/src/llm
Rodrigo Rodriguez (Pragmatismo) a4a3837c4c
All checks were successful
BotServer CI/CD / build (push) Successful in 3m28s
fix: critical bugs - LLM context truncation, bot creation, S3 endpoint, vectordb seed
1. Fix model.starts_with('') always true - was limiting ALL models to 768 tokens
   (local llama limit), truncating system prompts and KB context. Now only
   applies when model=='local' or empty string, default is 32k tokens.

2. Fix create_bot_from_drive missing NOT NULL columns (llm_provider,
   context_provider) - bots auto-created from S3 buckets failed to persist.

3. Fix S3 endpoint URL construction missing port 9100.

4. Fix Vault seed: vectordb.url was empty string, now defaults to
   http://localhost:6333.

5. Fix Vault credential regeneration on recovery - added vault_seeds_exist().

6. Fix CA cert path for Vault TLS (botserver-stack vs botserver-stack).

7. Add bot verification after insert in create_bot_from_drive.
2026-04-11 17:56:03 -03:00
..
context Add SQLx dependencies for calendar feature 2025-11-27 23:10:43 -03:00
llm_models Fix tenant-org-bot relationship and CRM lead form 2026-03-12 18:19:18 -03:00
prompt_manager - Refactor folder as features. 2025-11-22 22:55:35 -03:00
bedrock.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00
cache.rs fix: whatsapp dynamic routing and openai tool call accumulation 2026-03-10 17:19:17 -03:00
cache_test.rs Update server components and keywords 2025-12-23 15:52:35 -03:00
claude.rs chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
episodic_memory.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
glm.rs chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
hallucination_detector.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00
llm.md Fix tenant-org-bot relationship and CRM lead form 2026-03-12 18:19:18 -03:00
local.rs Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
mod.rs fix: critical bugs - LLM context truncation, bot creation, S3 endpoint, vectordb seed 2026-04-11 17:56:03 -03:00
observability.rs Read Drive config from Vault at runtime with fallback defaults 2026-03-17 00:00:36 -03:00
rate_limiter.rs fix(security): Fix unsafe code, CORS logic, and expect usage 2026-02-19 12:06:05 +00:00
smart_router.rs Fix DETECT: use bot-specific DB pool, add anonymous auth when directory disabled 2026-04-06 13:37:23 -03:00
vertex.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00