Files
boxmaker/crates/loopd/src/lib.rs
T
kyle fd7ade9689 Add the tool port, registry, dispatch and the fake tools
Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
2026-09-18 18:12:45 -07:00

9 lines
173 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 selftest;
pub mod sse;
pub mod tools;