generalbots/src
christopher 45eb6c99b5 feat: capture Redis RPUSH length and log HSET result for suggestions
Changed the Redis RPUSH command to return the new list length (`Result<i64, RedisError>`) and added a debug log that includes this length. Updated the HSET command to capture its result (`Result<i64, RedisError>`), logging the number of fields added on success and handling errors explicitly. Removed unnecessary `unwrap_or_else` and added comments to clarify behavior, improving observability and error handling for suggestion storage.
2025-10-31 15:58:54 -03:00
..
auth Enable template bot creation and fix bot schema 2025-10-21 22:43:28 -03:00
automation - Migration to Apache OpenDAL. 2025-10-28 14:00:52 -03:00
basic feat: capture Redis RPUSH length and log HSET result for suggestions 2025-10-31 15:58:54 -03:00
bootstrap feat(bootstrap): improve bucket creation and error handling logic 2025-10-29 14:49:25 -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 refactor(config): remove unused S3 bucket configuration and setup logic 2025-10-29 09:54:39 -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 - Migration to Open ADAL. 2025-10-28 14:53:45 -03:00
email - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
file - Migration to Open ADAL. 2025-10-28 14:53:45 -03:00
kb - Migration to Open ADAL. 2025-10-28 14:53:45 -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 Merge branch 'main' of https://github.com/ChristopherCastilho/botserver 2025-10-29 10:25:45 -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 - Migration to Apache OpenDAL. 2025-10-28 14:00:52 -03:00
tests Migration to Rust and free from Azure. 2025-10-06 10:30:17 -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
main.rs refactor(config): remove unused S3 bucket configuration and setup logic 2025-10-29 09:54:39 -03:00