Files
boxmaker/crates/loopd/src/lib.rs
T
kyle f48999306e Add the llama client types and the chat request builder
Implemented-By: Laguna S 2.1 (OpenCode)
2026-09-18 02:40:35 -07:00

7 lines
140 B
Rust

//! The agent loop: sessions, prompt assembly and memory. It holds no authority.
pub mod config;
pub mod http;
pub mod llama;
pub mod sse;