botserver/src/core/bot
Rodrigo Rodriguez (Pragmatismo) 5b8b1cf7aa Implement real database functions, remove TODOs and placeholders
- CRM Lead Scoring: Implement get_lead_score_from_db and update_lead_score_in_db
  using bot_memories table with diesel queries
- Bot Manager: Implement real org lookup from database and template loading from filesystem
- KB Manager: Implement get_collection_info to query Qdrant for real statistics
- Analytics: Replace placeholder metrics with actual database queries for users,
  sessions, and storage stats
- Email Setup: Implement Stalwart admin account creation via management API
- Add CollectionInfo struct for Qdrant collection metadata

All implementations use diesel for database operations, no sqlx.
2025-12-03 22:23:30 -03:00
..
channels Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
kb_context.rs Remove unused sqlx dependency and related code 2025-11-28 09:27:29 -03:00
manager.rs Implement real database functions, remove TODOs and placeholders 2025-12-03 22:23:30 -03:00
mod.rs Replace magic numbers with MessageType constants 2025-11-28 18:15:09 -03:00
mod_backup.rs Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
multimedia.rs - botbook extracted from. 2025-12-03 19:59:27 -03:00
ui.rs - Refactor folder as features. 2025-11-22 22:55:35 -03:00