botserver/src
Rodrigo Rodriguez (Pragmatismo) 17d6cd33be feat(bootstrap): add CSV config loading and improve legacy mode handling
Added functionality to load configuration from CSV files in S3 when available, with fallback to existing methods. The changes include:

1. Added new `load_config_from_csv` method to handle CSV config loading
2. Improved legacy mode handling by attempting CSV load before falling back to database
3. Added new dependencies (uuid, Arc, Mutex) for config management
4. Enhanced error handling and logging for config loading scenarios

The changes maintain backward compatibility while adding the ability to load configurations from CSV files stored in S3, which provides more flexibility in configuration management.
2025-10-30 13:29:46 -03:00
..
auth Enable template bot creation and fix bot schema 2025-10-21 22:43:28 -03:00
automation feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
basic feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
bootstrap feat(bootstrap): add CSV config loading and improve legacy mode handling 2025-10-30 13:29:46 -03:00
bot Refactor BotOrchestrator to remove in-memory cache and implement LangCache for user input responses 2025-10-25 11:18:05 -03:00
channels - New features for start.bas 2025-10-13 17:43:03 -03:00
config feat(config): add drive config persistence to .env file 2025-10-30 13:14:06 -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: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
email - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
file feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -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 Enable template bot creation and fix bot schema 2025-10-21 22:43:28 -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: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
riot_compiler Add About and Login pages with responsive design and user authentication 2025-10-26 00:02:19 -03:00
session - More automation from start to web, user sessions. 2025-10-20 23:32:49 -03:00
shared feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -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 fix: update file paths to use correct directory for HTML files 2025-10-26 18:49:11 -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: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00