generalbots/src/core/package_manager
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
..
setup feat(bootstrap): implement mTLS for Vault access 2025-12-07 02:13:28 -03:00
cli.rs - Refactor folder as features. 2025-11-22 22:55:35 -03:00
component.rs - Refactor folder as features. 2025-11-22 22:55:35 -03:00
facade.rs Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00
installer.rs Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00
mod.rs - Refactor folder as features. 2025-11-22 22:55:35 -03:00
os.rs - Refactor folder as features. 2025-11-22 22:55:35 -03:00