consciousness/src
Kent Overstreet fd58386951 Incremental memory scoring with per-score persistence
score_memories_incremental now takes an async callback that fires
after each memory is scored. The callback:
- Writes the score to the conversation entry via set_score()
- Persists to memory-scores.json immediately
- Notifies the UI so the context screen updates live

Scoring no longer batches — each score is visible and persisted
as it completes. Does not touch the memory store.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-07 21:34:14 -04:00
..
agent Fix: only evict scored memories, not unscored 2026-04-07 21:06:45 -04:00
bin split out src/mind 2026-04-04 02:46:32 -04:00
claude Fix build warnings across workspace 2026-04-07 13:55:30 -04:00
cli Kill log callback — use ConversationEntry::Log for debug traces 2026-04-07 01:23:22 -04:00
hippocampus Subconscious: persistent agent state, store activity queries 2026-04-07 19:03:05 -04:00
learn rust edition 2024 2026-04-05 06:20:16 -04:00
mind Incremental memory scoring with per-score persistence 2026-04-07 21:34:14 -04:00
subconscious Incremental memory scoring with per-score persistence 2026-04-07 21:34:14 -04:00
thalamus Upgrade capnp 0.20 → 0.25, capnp-rpc 0.20 → 0.25 2026-04-07 12:29:44 -04:00
user Restore entry labels in context tree: role, tool calls, memory keys 2026-04-07 21:04:41 -04:00
config.rs training: per-node scoring with graph weight updates 2026-04-05 01:18:47 -04:00
lib.rs user: InteractScreen extracted, all screens use ScreenView trait 2026-04-05 18:57:54 -04:00
main.rs deps: remove faer (224 transitive crates) 2026-04-05 06:39:47 -04:00
session.rs move Claude Code-specific code from thalamus/ to claude/ 2026-04-03 19:26:24 -04:00
util.rs delete 20 dead public functions across 12 files 2026-04-02 16:21:01 -04:00