8 lines
259 B
Rust
8 lines
259 B
Rust
|
|
// subconscious — autonomous agents that process without being asked
|
||
|
|
//
|
||
|
|
// Reflect, surface, consolidate, digest, audit — the background
|
||
|
|
// processes that maintain and evolve the memory graph. Runs on
|
||
|
|
// local models via the API backend.
|
||
|
|
|
||
|
|
pub mod agents;
|