botserver/src
Rodrigo Rodriguez (Pragmatismo) e00eb40d43 Refactor to Arc<AppState> for shared state
- Migrate core services to store Arc<AppState> and use locks
- Centralize state in AppState with Arc-wrapped managers
- Update handlers to pass Arc<AppState> via web::Data
- Add Default for AppState and initialize components in main
- Update debug.json program path from gbserver to botserver
2025-10-12 20:12:49 -03:00
..
auth Switch message_type to integer across codebase 2025-10-12 14:39:23 -03:00
automation Refactor to Arc<AppState> for shared state 2025-10-12 20:12:49 -03:00
basic Refactor to Arc<AppState> for shared state 2025-10-12 20:12:49 -03:00
bot Refactor to Arc<AppState> for shared state 2025-10-12 20:12:49 -03:00
channels - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
config - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
context - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
email - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
file - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
llm - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
llm_legacy - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
org - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
session - Answering in Web using streaming. 2025-10-12 15:06:16 -03:00
shared Refactor to Arc<AppState> for shared state 2025-10-12 20:12:49 -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
web_automation - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
whatsapp Switch message_type to integer across codebase 2025-10-12 14:39:23 -03:00
main.rs Refactor to Arc<AppState> for shared state 2025-10-12 20:12:49 -03:00