botserver/src
Rodrigo Rodriguez (Pragmatismo) 26c09b5695 feat(automation): add LLM server readiness check and improve user session handling
- Added LLM server readiness check in AutomationService before starting tasks
- Renamed `user` parameter to `user_session` in execute_talk for clarity
- Updated BotResponse fields to use user_session data instead of hardcoded values
- Improved Redis key generation in execute_talk to use user_session fields
- Removed commented Redis code in set_current_context_keyword

The changes ensure proper initialization of automation tasks by checking LLM server availability first, and improve code clarity by using more descriptive variable names for user session data.
2025-11-02 23:54:14 -03:00
..
auth refactor(state): rename resource clients and improve keyword syntax 2025-11-01 20:53:45 -03:00
automation feat(automation): add LLM server readiness check and improve user session handling 2025-11-02 23:54:14 -03:00
basic feat(automation): add LLM server readiness check and improve user session handling 2025-11-02 23:54:14 -03:00
bootstrap feat: enforce config load errors and add dynamic LLM model handling 2025-11-02 18:36:21 -03:00
bot feat(automation): add LLM server readiness check and improve user session handling 2025-11-02 23:54:14 -03:00
channels - New features for start.bas 2025-10-13 17:43:03 -03:00
config feat: enforce config load errors and add dynamic LLM model handling 2025-11-02 18:36:21 -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(automation): add LLM server readiness check and improve user session handling 2025-11-02 23:54:14 -03:00
email - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
file feat(automation): improve logging and bot path resolution 2025-11-02 14:08:49 -03:00
kb refactor(state): rename resource clients and improve keyword syntax 2025-11-01 20:53:45 -03:00
llm feat: enforce config load errors and add dynamic LLM model handling 2025-11-02 18:36:21 -03:00
llm_models feat: enforce config load errors and add dynamic LLM model handling 2025-11-02 18:36:21 -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: simplify Redis key format and clean up code 2025-11-02 07:50:57 -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(automation): add LLM server readiness check and improve user session handling 2025-11-02 23:54:14 -03:00
shared feat: add bot_id to system_automations and enhance schedule handling 2025-11-02 19:32: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 feat(auth): refactor authentication handler and update logging 2025-10-31 15:40:52 -03:00
whatsapp feat: refactor Redis operations to synchronous in add_suggestion 2025-11-02 10:45:57 -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: enforce config load errors and add dynamic LLM model handling 2025-11-02 18:36:21 -03:00