botserver/src/basic/keywords/mod.rs

22 lines
361 B
Rust
Raw Normal View History

pub mod bot_memory;
2025-10-06 10:30:17 -03:00
pub mod create_site;
pub mod find;
pub mod first;
pub mod for_next;
2025-10-07 10:53:09 -03:00
pub mod format;
2025-10-06 10:30:17 -03:00
pub mod get;
2025-10-11 12:29:03 -03:00
pub mod hear_talk;
2025-10-07 10:53:09 -03:00
pub mod last;
2025-10-06 10:30:17 -03:00
pub mod llm_keyword;
pub mod on;
pub mod print;
pub mod set;
pub mod set_schedule;
pub mod wait;
2025-10-11 12:29:03 -03:00
#[cfg(feature = "email")]
2025-10-13 17:43:03 -03:00
pub mod create_draft_keyword;
2025-10-11 12:29:03 -03:00
#[cfg(feature = "web_automation")]
pub mod get_website;