feat: created the staging area for state merges per super-step and created the built-in reducers (and their application) for the state merge phase of a super step

This commit is contained in:
2026-05-20 12:16:14 -06:00
parent ad650116f3
commit 7c1f387a03
5 changed files with 941 additions and 23 deletions
+2
View File
@@ -5,7 +5,9 @@ pub mod llm;
pub mod logging;
pub mod parser;
pub mod rag;
pub mod reducer;
pub mod script;
pub mod staging;
pub mod state;
pub mod structured;
pub mod types;