Move API code from user/ to agent/
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
021eafe6da
commit
9bebbcb635
22 changed files with 259 additions and 251 deletions
|
|
@ -15,11 +15,11 @@
|
|||
// subconscious_screen.rs — F3 subconscious (consolidation agents)
|
||||
// unconscious_screen.rs — F4 unconscious (memory daemon status)
|
||||
|
||||
mod main_screen;
|
||||
mod context_screen;
|
||||
mod subconscious_screen;
|
||||
mod unconscious_screen;
|
||||
mod thalamus_screen;
|
||||
mod main;
|
||||
mod context;
|
||||
mod subconscious;
|
||||
mod unconscious;
|
||||
mod thalamus;
|
||||
|
||||
pub(crate) const SCREEN_LEGEND: &str = " F1=interact F2=conscious F3=subconscious F4=unconscious F5=thalamus ";
|
||||
/// Subconscious agents — interact with conscious context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue