generalbots/src/auto_task
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
..
agent_executor.rs Update botserver: Multiple improvements across core modules 2026-04-11 07:33:32 -03:00
app_generator.rs chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
APP_GENERATOR_PROMPT.md Serve HTMX locally - no CDN dependencies 2026-01-02 17:54:36 -03:00
app_logs.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
ask_later.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
autotask_api.rs WIP: Local changes before merging master into main 2026-03-01 07:40:11 -03:00
container_session.rs LXD proxy and container improvements 2026-03-15 15:50:02 -03:00
designer_ai.rs refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00
intent_classifier.rs refactor: unify BASIC compilation into BasicCompiler only, runtime uses ScriptService::run() on pre-compiled .ast 2026-04-13 14:05:55 -03:00
intent_compiler.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
mod.rs WIP: Local changes before merging master into main 2026-03-01 07:40:11 -03:00
orchestrator.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00
safety_layer.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
task_manifest.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
task_types.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00