generalbots/src/core/package_manager
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
..
alm_setup.rs Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
cache.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
cli.rs Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
component.rs Fix clippy warnings: raw strings, unused imports, format args, must_use attributes 2025-12-24 09:39:23 -03:00
facade.rs Add interactive vault put - prompt for secrets instead of CLI args 2026-03-16 22:27:06 -03:00
installer.rs fix: critical bugs - LLM context truncation, bot creation, S3 endpoint, vectordb seed 2026-04-11 17:56:03 -03:00
mod.rs Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
os.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
setup.rs Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00