src/thought -> src/agent

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2026-04-03 21:59:14 -04:00
parent 39d6ca3fe0
commit 2f0c7ce5c2
21 changed files with 57 additions and 141 deletions

View file

@ -27,7 +27,7 @@ macro_rules! dbglog {
pub mod user;
// Shared cognitive infrastructure — used by both agent and subconscious
pub mod thought;
pub mod agent;
// Memory graph
pub mod hippocampus;