generalbots/src/meet
Rodrigo Rodriguez (Pragmatismo) 31777432b4 Implement TODO items: session auth, face API, task logs, intent storage
Learn Module:
- All 9 handlers now use AuthenticatedUser extractor

Security:
- validate_session_sync reads roles from SESSION_CACHE

AutoTask:
- get_task_logs reads from manifest with status logs
- store_compiled_intent saves to cache and database

Face API:
- AWS Rekognition, OpenCV, InsightFace implementations
- Detection, verification, analysis methods

Other fixes:
- Calendar/task integration database queries
- Recording database methods
- Analytics insights trends
- Email/folder monitoring mock data
2026-01-13 14:48:49 -03:00
..
conversations.rs fix: zero warnings in botserver 2025-12-24 10:31:18 -03:00
mod.rs Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
recording.rs Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
service.rs feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
ui.rs Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
webinar.rs Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
whiteboard.rs Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
whiteboard_export.rs Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00