consciousness/src/thalamus
Kent Overstreet b649a11645 hours_since_last_dream: return 0 if dream in progress
The function was reading from dream-log.jsonl which only updates
when dreams complete. If a dream session was started but not yet
ended, it would show stale hours. Now checks for active dream
state first.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-15 21:58:03 -04:00
..
channel_log.rs Log full agent context window on completion 2026-04-10 13:27:32 -04:00
channels.rs channels: parallel queries with timeout per daemon 2026-04-11 00:45:01 -04:00
idle.rs hours_since_last_dream: return 0 if dream in progress 2026-04-15 21:58:03 -04:00
mod.rs per-channel message logs with shared ChannelLog type 2026-04-03 20:01:32 -04:00
notify.rs deps: replace tracing with log+env_logger, drop console-subscriber 2026-04-05 06:54:11 -04:00
supervisor.rs supervisor: PID file to prevent duplicate daemon spawns 2026-04-05 13:30:56 -04:00