botserver/src
Rodrigo Rodriguez (Pragmatismo) 377d9837c3 feat: remove unused bot config update logic from bootstrap
The commit removes the unused bot configuration update functionality from the bootstrap manager. This includes:
1. Removing the fallback logic in component installation that would update bot configs
2. Removing the entire update_bot_config method which was used to insert/update configuration values

The code was likely removed because this functionality is no longer needed or has been moved elsewhere in the codebase. The removal simplifies the bootstrap process by eliminating unused database operations.
2025-11-01 09:50:28 -03:00
..
auth feat(auth): add suggestion support and clean up code 2025-10-31 20:55:13 -03:00
automation feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
basic feat(config): refactor AI config into separate LLM and embedding configs 2025-11-01 08:43:14 -03:00
bootstrap feat: remove unused bot config update logic from bootstrap 2025-11-01 09:50:28 -03:00
bot feat: add bot ID to DriveMonitor and simplify config sync 2025-11-01 09:38:15 -03:00
channels - New features for start.bas 2025-10-13 17:43:03 -03:00
config feat: add bot ID to DriveMonitor and simplify config sync 2025-11-01 09:38:15 -03:00
context Refactor BotOrchestrator to remove in-memory cache and implement LangCache for user input responses 2025-10-25 11:18:05 -03:00
drive_monitor feat: add bot ID to DriveMonitor and simplify config sync 2025-11-01 09:38:15 -03:00
email - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
file feat(bot, bootstrap): add bot mounting and improve DB handling 2025-10-30 18:48:16 -03:00
kb feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
llm Refactor LLM parsing and overhaul connection UI 2025-10-15 22:24:04 -03:00
llm_legacy feat: refactor database connection handling and add LLM component 2025-11-01 07:20:04 -03:00
meet - Refactoring bot package. 2025-10-18 12:03:07 -03:00
org - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
package_manager feat(config): refactor AI config into separate LLM and embedding configs 2025-11-01 08:43:14 -03:00
riot_compiler Add About and Login pages with responsive design and user authentication 2025-10-26 00:02:19 -03:00
session feat(auth): add suggestion support and clean up code 2025-10-31 20:55:13 -03:00
shared feat(config): refactor AI config into separate LLM and embedding configs 2025-11-01 08:43:14 -03:00
tests feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
tools - Compiling again. 2025-10-12 11:44:35 -03:00
ui Add About and Login pages with responsive design and user authentication 2025-10-26 00:02:19 -03:00
web_automation - Knowledge management. 2025-10-18 18:20:02 -03:00
web_server feat(auth): refactor authentication handler and update logging 2025-10-31 15:40:52 -03:00
whatsapp - Refactor in bot package. 2025-10-18 12:01:39 -03:00
create_bucket.rs feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
main.rs feat(config): refactor AI config into separate LLM and embedding configs 2025-11-01 08:43:14 -03:00