botserver/src
Rodrigo Rodriguez (Pragmatismo) 31d65bcfd9 refactor: clean up S3 client creation and imports in bootstrap module
- Renamed unclear function `c` to more descriptive `create_s3_operator`
- Removed duplicate `create_s3_operator` function implementation
- Consolidated imports from aws_sdk_s3 and diesel crates
- Removed unused import `aws_s3_bucket_create`
- Improved code formatting and organization

The changes make the code more maintainable by removing duplication and improving clarity while maintaining the same functionality.
2025-10-30 13:05:35 -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 refactor: clean up S3 client creation and imports in bootstrap module 2025-10-30 13:05:35 -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: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -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