Expand description
§Brain Ganglia (Basal Ganglia)
Proactivity engine — habit detection and open-loop tracking.
Habit engine detects behavioral patterns by bucketing episodic memory into (keyword, day-of-week, hour) histograms. When a pattern crosses the occurrence threshold at the current time slot, and rate-limit / quiet-hour gates pass, a proactive message is emitted.
Open-loop detector finds unresolved commitments (“I need to …”, “remind me to …”) in episodic memory and surfaces reminders.
Re-exports§
pub use habit::HabitConfig;pub use habit::HabitEngine;pub use openloop::OpenLoop;pub use openloop::OpenLoopConfig;pub use openloop::OpenLoopDetector;
Modules§
- habit
- HabitEngine — pattern detection and proactive behavior.
- openloop
- Open-loop detection — finds unresolved commitments in episodic memory.
Structs§
- Proactive
Message - A proactive message generated by the ganglia subsystem.
- Topic
Pattern - A recurring topic pattern detected in episodic memory.