botserver/src/core/config
Rodrigo Rodriguez (Pragmatismo) 17d5a263f1 Fix config.csv loading on startup
- Disable TLS on Vault for local development (HTTP instead of HTTPS)
- Fix bot_configuration id column type mismatch (TEXT -> UUID)
- Add migration 6.1.1 to convert config table id columns to UUID
- Fix sync_config_csv_to_db to use UUID binding for id column
- Make start_all async with proper Vault startup sequence
- Sync default.gbai config.csv to existing 'Default Bot' from migrations
- Add diagnostic logging for config loading
- Change default LLM/embedding URLs from https to http for local dev
2025-12-08 00:19:29 -03:00
..
mod.rs Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00
model_routing_config.rs Add comprehensive documentation for GB templates and configuration 2025-12-03 16:05:50 -03:00
sse_config.rs Add comprehensive documentation for GB templates and configuration 2025-12-03 16:05:50 -03:00
user_memory_config.rs Add comprehensive documentation for GB templates and configuration 2025-12-03 16:05:50 -03:00