generalbots/botserver/src/llm
Rodrigo Rodriguez (Pragmatismo) c70fbba099 refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync
- Replace docs/sheet/slides with kb-extraction in default features (~4-6min compile time savings, ~300MB less disk)
- Add kb-extraction feature using zip+quick-xml+calamine for lightweight KB extraction
- Split document_processor.rs (829 lines) into mod.rs+types.rs+ooxml_extract.rs+rtf.rs
- Move DOCX/PPTX ZIP-based extraction to document_processor::ooxml_extract (no ooxmlsdk needed)
- Remove dead code: save_docx_preserving(), save_pptx_preserving() (zero callers)
- Fix dep: prefix for optional dependencies in feature definitions
- DriveMonitor: full S3 sync, ETag change detection, KB incremental indexing, config.csv sync
- ConfigManager: real DB reads from bot_configuration table
- 0 warnings, 0 errors on both default and full feature builds
2026-04-21 14:54:41 +00:00
..
context feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
llm_models feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
prompt_manager feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
bedrock.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
cache.rs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
cache_test.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
claude.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
episodic_memory.rs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
glm.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
hallucination_detector.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
kimi.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
llm.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
local.rs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
mod.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
observability.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
rate_limiter.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
smart_router.rs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
vertex.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00