botserver/src/llm
Rodrigo Rodriguez (Pragmatismo) 92dbb7019e Add .env.example with comprehensive configuration template
The commit adds a complete example environment configuration file
documenting all available settings for BotServer, including logging,
database, server, drive, LLM, Redis, email, and feature flags.

Also removes hardcoded environment variable usage throughout the
codebase, replacing them with configuration via config.csv or
appropriate defaults. This includes:

- WhatsApp, Teams, Instagram adapter configurations
- Weather API key handling
- Email and directory service configurations
- Console feature conditionally compiles monitoring code
- Improved logging configuration with library suppression
2025-11-28 13:19:03 -03:00
..
context Add SQLx dependencies for calendar feature 2025-11-27 23:10:43 -03:00
llm_models Remove unused sqlx dependency and related code 2025-11-28 09:27:29 -03:00
prompt_manager - Refactor folder as features. 2025-11-22 22:55:35 -03:00
cache.rs Remove unused sqlx dependency and related code 2025-11-28 09:27:29 -03:00
cache_test.rs - New stuff, 6.1. 2025-11-21 23:23:53 -03:00
compact_prompt.rs Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
local.rs Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
mod.rs Remove unused sqlx dependency and related code 2025-11-28 09:27:29 -03:00