botserver/templates/announcements.gbai/announcements.gbdialog
Rodrigo Rodriguez (Pragmatismo) b033be3e64 refactor(automation, llm): simplify service init and prompt handling
- Remove `scripts_dir` from `AutomationService` and its constructor, as it was unused.
- Drop LLM and embedding server readiness checks; the service now only schedules periodic tasks.
- Increase the health‑check interval from 5 seconds to 15 seconds for reduced load.
- Streamline the LLM keyword prompt to a concise `"User: {}"` format, removing verbose boilerplate.
- Remove unnecessary logging and LLM cache handling code from the bot orchestrator, cleaning up unused environment variable checks and cache queries.
2025-11-03 08:23:03 -03:00
..
auth.bas Refactor dependencies in Cargo.toml and update start.bas dialog 2025-10-28 12:07:14 -03:00
change-subject.bas refactor(config): remove unused S3 bucket configuration and setup logic 2025-10-29 09:54:39 -03:00
start.bas refactor(automation, llm): simplify service init and prompt handling 2025-11-03 08:23:03 -03:00
update-summary.bas refactor(automation, llm): simplify service init and prompt handling 2025-11-03 08:23:03 -03:00