consciousness/poc-memory/src
Kent Overstreet 3fc108a251 agents: record visits eagerly to prevent concurrent collisions
Move visit recording from after LLM completion to immediately after
seed selection. With 15 concurrent agents, they all queried the same
graph state and selected the same high-degree seeds (core-personality
written 12x, irc-regulars 10x). Now the not-visited filter sees the
claim before concurrent agents query.

Narrows the race window from minutes (LLM call duration) to
milliseconds (store load to visit write). Full elimination would
require store refresh before query, but this handles the common case.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 12:29:32 -04:00
..
agents agents: record visits eagerly to prevent concurrent collisions 2026-03-20 12:29:32 -04:00
bin Add find-deleted diagnostic tool 2026-03-18 22:57:12 -04:00
cli agents: neighborhood placeholder, organize prompt, weight-set command 2026-03-20 12:16:55 -04:00
neuro daemon: add distill agent to consolidation plan 2026-03-16 17:10:09 -04:00
query Upgrade workspace to edition 2024, add --local flag to agent run 2026-03-18 22:44:36 -04:00
store memory: fix timestamp and provenance on agent writes 2026-03-20 12:16:45 -04:00
config.rs Native memory tools + MCP server + distill agent improvements 2026-03-19 22:58:54 -04:00
counters.rs counters: add redb-backed persistent counters (skeleton) 2026-03-10 23:59:39 -04:00
cursor.rs Clean up unused imports, dead code, and compiler warnings 2026-03-17 00:47:52 -04:00
graph.rs graph: normalize link strengths from Jaccard neighborhood similarity 2026-03-14 11:13:58 -04:00
lib.rs Remove dead action pipeline: parsing, depth tracking, knowledge loop, fact miner 2026-03-17 00:37:12 -04:00
lookups.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
main.rs agents: neighborhood placeholder, organize prompt, weight-set command 2026-03-20 12:16:55 -04:00
migrate.rs provenance: convert from enum to freeform string 2026-03-11 01:19:52 -04:00
similarity.rs Agent identity, parallel scheduling, memory-search fixes, stemmer optimization 2026-03-15 12:49:10 -04:00
spectral.rs Upgrade workspace to edition 2024, add --local flag to agent run 2026-03-18 22:44:36 -04:00
transcript.rs Agent identity, parallel scheduling, memory-search fixes, stemmer optimization 2026-03-15 12:49:10 -04:00
tui.rs Logging overhaul: per-task log files, daemon.log drill-down 2026-03-19 11:17:07 -04:00
util.rs util: add jsonl_load/jsonl_append helpers, convert graph.rs 2026-03-10 15:22:03 -04:00