botserver/prompts/dev
Rodrigo Rodriguez (Pragmatismo) ff89298e61 Refactor async GET and LLM, add connection UI
- Execute GET requests in a dedicated thread with its own Tokio runtime,
  add timeout handling and clearer error messages.
- Tighten `is_safe_path` checks and simplify HTTP/S3 logic.
- Change `llm_keyword` to accept `Arc<AppState>`, add prompt builder,
  run LLM generation in an isolated thread with timeout.
- Update keyword registration call in `basic/mod.rs`.
- Convert template script to use `let` declarations and return a
  boolean.
- Introduce connection‑status indicator in the web UI with styles,
  automatic reconnection attempts, and proper WS/WSS handling for voice.
2025-10-15 21:18:01 -03:00
..
botserver.md Add botserver prompt, auth template, and CSS 2025-10-14 13:51:54 -03:00
fix.md - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
generation.md - Compiling again. 2025-10-12 11:44:35 -03:00
keywords.md Refactor async GET and LLM, add connection UI 2025-10-15 21:18:01 -03:00
model.md Migration to Rust and free from Azure. 2025-10-06 10:30:17 -03:00
service.md Migration to Rust and free from Azure. 2025-10-06 10:30:17 -03:00
shared.md - GET ketyowrd for buckets. 2025-10-15 12:45:15 -03:00