seedframe 0.1.2

A clean, macro driven Rust library for building LLM apps
Documentation
1
2
3
4
/// Module for loading context from files.
///
/// Includes loaders for one-time loading (`file_once_loader`) and updating loaders (`file_updating_loader`).
pub mod file_loaders;