botserver/src/basic
Rodrigo Rodriguez (Pragmatismo) 3419d1b6a0 feat: add cron dependency and theme broadcast functionality
Add the `cron` crate (v0.15.0) to Cargo.toml and Cargo.lock to enable scheduling capabilities.
Introduce a new `broadcast_theme_change` helper in `src/automation/mod.rs` that parses CSV theme data and pushes JSON theme update events to all active response channels.
Clean up unused imports in the automation module and add `ConfigManager` import for future configuration handling.
Update `add-req.sh` to adjust the list of processed directories (comment out `auth`, enable `basic`, `config`, `context`, and `drive_monitor`).
These changes lay groundwork for scheduled tasks and dynamic theme updates across the application.
2025-11-05 21:10:03 -03:00
..
compiler feat: add cron dependency and theme broadcast functionality 2025-11-05 21:10:03 -03:00
keywords feat: simplify LLM prompt and add debug logging 2025-11-05 14:15:12 -03:00
basic.test.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
mod.rs feat: remove unused dependencies and clean up Cargo.lock 2025-11-05 13:46:03 -03:00