generalbots/src
Rodrigo Rodriguez (Pragmatismo) 9dee342817 fix(intent_compiler): Use LLM-generated basic_code instead of hardcoded keyword mapping
- Remove hardcoded keyword switch/case (CREATE_TASK, LLM, RUN_PYTHON, etc.)
- Use step.basic_code directly from LLM generation
- LLM generates BASIC code for tools/schedulers/monitors
- Simple fallback if no code generated
2025-12-27 23:29:21 -03:00
..
analytics Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
attendance feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
auto_task fix(intent_compiler): Use LLM-generated basic_code instead of hardcoded keyword mapping 2025-12-27 23:29:21 -03:00
basic refactor: Move AutoTask system from basic/keywords to auto_task module 2025-12-27 22:58:43 -03:00
calendar feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
compliance feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
console Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
core fix(bootstrap): Make S3/MinIO connection failure non-fatal 2025-12-27 23:15:51 -03:00
designer feat(autotask): Complete AutoTask flow with LLM-based app generation 2025-12-27 22:38:16 -03:00
directory feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
drive feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
email feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
instagram feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
llm feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
meet feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
monitoring Remove all code comments and fix ratatui version 2025-12-23 18:40:58 -03:00
msteams feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
multimodal Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
nvidia Fix clippy warnings: raw strings, unused imports, format args, must_use attributes 2025-12-24 09:39:23 -03:00
paper Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
research Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
security feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
sources Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
tasks feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
timeseries Remove all code comments and fix ratatui version 2025-12-23 18:40:58 -03:00
vector-db feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
weba feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
whatsapp feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
lib.rs refactor: Move AutoTask system from basic/keywords to auto_task module 2025-12-27 22:58:43 -03:00
main.rs refactor: Move AutoTask system from basic/keywords to auto_task module 2025-12-27 22:58:43 -03:00