generalbots/src/core/bot
Rodrigo Rodriguez (Pragmatismo) 20af25e9e2
All checks were successful
BotServer CI/CD / build (push) Successful in 3m29s
fix: use compile_preprocessed for .ast files
2026-04-12 17:48:41 -03:00
..
channels fix: add log::info import, fix ContentType parse, remove unused RedisClient import 2026-04-04 17:49:40 -03:00
kb_context.rs Fix clippy warnings: reduce 17 warnings to 0 2026-04-03 22:34:43 -03:00
manager.rs refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00
mod.rs fix: use compile_preprocessed for .ast files 2026-04-12 17:48:41 -03:00
mod_backup.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
multimedia.rs Fix USE KB and USE WEBSITE default features compilation 2026-04-07 20:14:12 -03:00
tool_context.rs fix: use get_work_path() instead of get_stack_path()+data/system for work dir, add etag check for PROMPT.md downloads 2026-04-11 18:42:09 -03:00
tool_executor.rs Disable /opt/gbo/data loading, use drive (MinIO) only for bot sources 2026-04-08 16:55:50 -03:00
ui.rs