Add the baseline and the log replay function

Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
2026-09-18 18:31:33 -07:00
parent fd7ade9689
commit b152ba3cd3
5 changed files with 442 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
//! The agent loop: sessions, prompt assembly and memory. It holds no authority.
pub mod baseline;
pub mod config;
pub mod http;
pub mod llama;