|
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
- 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
|
||
|---|---|---|
| .. | ||
| agent_executor.rs | ||
| app_generator.rs | ||
| APP_GENERATOR_PROMPT.md | ||
| app_logs.rs | ||
| ask_later.rs | ||
| autotask_api.rs | ||
| container_session.rs | ||
| designer_ai.rs | ||
| intent_classifier.rs | ||
| intent_compiler.rs | ||
| mod.rs | ||
| orchestrator.rs | ||
| safety_layer.rs | ||
| task_manifest.rs | ||
| task_types.rs | ||