consciousness/poc-memory/src/agents
ProofOfConcept 7a3ce4f17d counters: wire redb search hits into daemon RPC
memory-search now records which nodes it finds via the daemon's
record-hits RPC endpoint. The daemon owns the redb database
exclusively, avoiding file locking between processes.

The rename agent reads hit counts to deprioritize nodes that are
actively being found by search — renaming them would break working
queries. Daily check decays counters by 10% so stale hits fade.

Also switched RPC command reading from fixed 256-byte buffer to
read_to_string for unbounded command sizes.
2026-03-11 00:13:58 -04:00
..
audit.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
consolidate.rs agents: add DEMOTE action for redundancy cleanup 2026-03-10 22:57:02 -04:00
daemon.rs counters: wire redb search hits into daemon RPC 2026-03-11 00:13:58 -04:00
defs.rs agents: extract run_and_apply, eliminate dead split-plan.md 2026-03-10 17:51:32 -04:00
digest.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
enrich.rs experience-mine: per-segment dedup keys, retry backoff 2026-03-09 02:27:51 -04:00
fact_mine.rs naming agent: resolve node names before creation 2026-03-10 23:23:14 -04:00
knowledge.rs naming: strip backticks from Haiku responses 2026-03-10 23:40:38 -04:00
llm.rs llm: add 5-minute timeout to claude subprocess 2026-03-10 23:29:01 -04:00
mod.rs agents: self-contained agent files with embedded prompts 2026-03-10 15:29:55 -04:00
prompts.rs counters: wire redb search hits into daemon RPC 2026-03-11 00:13:58 -04:00
transcript.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00