botserver/src/basic/keywords
Rodrigo Rodriguez (Pragmatismo) acd664245b Migrate automations to param and sqlite
- Rename script_name to param in automation flow and DB schema
- Add BotMemory model and bot_memories table
- Remove script_name field from automation
- Enable sqlite support via rusqlite and related crates (optional)
- Update prompts and queries to use param instead of script_name
- Remove deprecated annoucements GBai templates and align add-req.sh
- Refactor main to initialize automation service and simplify startup
2025-10-16 11:43:02 -03:00
..
bot_memory.rs Migrate automations to param and sqlite 2025-10-16 11:43:02 -03:00
create_draft.rs - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
create_site.rs - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
find.rs - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
first.rs - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
for_next.rs - 0 errors. 2025-10-11 20:41:52 -03:00
format.rs - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
get.rs Refactor async GET and LLM, add connection UI 2025-10-15 21:18:01 -03:00
get_website.rs - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
hear_talk.rs Remove unnecessary mut from response_channels 2025-10-16 07:56:57 -03:00
last.rs - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
llm_keyword.rs Refactor async GET and LLM, add connection UI 2025-10-15 21:18:01 -03:00
mod.rs Migrate automations to param and sqlite 2025-10-16 11:43:02 -03:00
on.rs Migrate automations to param and sqlite 2025-10-16 11:43:02 -03:00
print.rs - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
set.rs - Only 18 errors missing being fixed. 2025-10-11 20:25:08 -03:00
set_schedule.rs Migrate automations to param and sqlite 2025-10-16 11:43:02 -03:00
wait.rs - Remove all compilation errors. 2025-10-11 12:29:03 -03:00