botserver/src
Rodrigo Rodriguez (Pragmatismo) a7c74b837e Enhance streaming with events and warning API
- Introduce event-driven streaming with thinking_start, thinking_end,
  and warn events; skip sending analysis content to clients
- Add /api/warn endpoint to dispatch warnings for sessions and channels;
  web UI displays alerts
- Emit session_start/session_end events over WebSocket and instrument
  logging throughout orchestration
- Update web client: show thinking indicator and warning banners; switch
  LiveKit client URL to CDN
- Extend BotOrchestrator with send_event and send_warning, expand
  session/tool workflow
- Improve REST endpoints for sessions/history with better logging and
  error handling
- Update docs and prompts: DEV.md usage note; adjust dev build_prompt
  script
2025-10-13 00:31:08 -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 Enhance streaming with events and warning API 2025-10-13 00:31:08 -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 - Mew LLM provider. 2025-10-12 20:54:42 -03:00
llm_legacy - Mew LLM provider. 2025-10-12 20:54:42 -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 - Mew LLM provider. 2025-10-12 20:54:42 -03:00