split out src/mind

This commit is contained in:
Kent Overstreet 2026-04-04 02:46:32 -04:00
parent ce04568454
commit 79e384f005
21 changed files with 1865 additions and 2175 deletions

View file

@ -23,9 +23,12 @@ macro_rules! dbglog {
}};
}
// Agent infrastructure
// User interface (TUI, CLI)
pub mod user;
// Cognitive layer (session state machine, DMN, identity)
pub mod mind;
// Shared cognitive infrastructure — used by both agent and subconscious
pub mod agent;