Skip to main content

tycode_core/modules/
mod.rs

1//! Modules bundle related prompt components, context components, and tools.
2//! Each module is self-contained and can be installed via `ChatActorBuilder::with_module()`.
3
4pub mod execution;
5pub mod memory;
6pub mod task_list;