generalbots/src/llm
Rodrigo Rodriguez (Pragmatismo) f8b47d1ac2
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
refactor: unify BASIC compilation into BasicCompiler only, runtime uses ScriptService::run() on pre-compiled .ast
- Move all preprocessing transforms (convert_multiword_keywords, preprocess_llm_keyword,
  convert_while_wend_syntax, predeclare_variables) into BasicCompiler::preprocess_basic
  so .ast files are fully preprocessed by Drive Monitor
- Replace ScriptService compile/compile_preprocessed/compile_tool_script with
  single run(ast_content) that does engine.compile() + eval_ast_with_scope()
- Remove .bas fallback in tool_executor and start.bas paths - .ast only
- Remove dead code: preprocess_basic_script, normalize_variables_to_lowercase,
  convert_save_for_tools, parse_save_parts, normalize_word
- Fix: USE KB 'cartas' in tool .ast now correctly converted to USE_KB('cartas')
  during compilation, ensuring KB context injection works after tool execution
- Fix: add trace import in llm/mod.rs
2026-04-13 14:05:55 -03:00
..
context Add SQLx dependencies for calendar feature 2025-11-27 23:10:43 -03:00
llm_models feat: add build_date to health endpoint for CI deploy verification 2026-04-13 11:49:10 -03:00
prompt_manager - Refactor folder as features. 2025-11-22 22:55:35 -03:00
bedrock.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00
cache.rs fix: whatsapp dynamic routing and openai tool call accumulation 2026-03-10 17:19:17 -03:00
cache_test.rs Update server components and keywords 2025-12-23 15:52:35 -03:00
claude.rs fix: remove hardcoded salesianos, strip think tags globally, block reasoning_content leak 2026-04-13 09:04:22 -03:00
episodic_memory.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
glm.rs chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
hallucination_detector.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00
llm.md Fix tenant-org-bot relationship and CRM lead form 2026-03-12 18:19:18 -03:00
local.rs fix: extract base URL for embedding health checks 2026-04-12 19:33:35 -03:00
mod.rs refactor: unify BASIC compilation into BasicCompiler only, runtime uses ScriptService::run() on pre-compiled .ast 2026-04-13 14:05:55 -03:00
observability.rs Read Drive config from Vault at runtime with fallback defaults 2026-03-17 00:00:36 -03:00
rate_limiter.rs fix(security): Fix unsafe code, CORS logic, and expect usage 2026-02-19 12:06:05 +00:00
smart_router.rs Fix DETECT: use bot-specific DB pool, add anonymous auth when directory disabled 2026-04-06 13:37:23 -03:00
vertex.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00