split out src/mind
This commit is contained in:
parent
ce04568454
commit
79e384f005
21 changed files with 1865 additions and 2175 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue