consciousness/poc-memory/src
ProofOfConcept 4c973183c4 rename agent: LLM-powered semantic key generation for memory nodes
New consolidation agent that reads node content and generates semantic
3-5 word kebab-case keys, replacing auto-generated slugs (5K+ journal
entries with truncated first-line slugs, 2.5K mined transcripts with
opaque UUIDs).

Implementation:
- prompts/rename.md: agent prompt template with naming conventions
- prompts.rs: format_rename_candidates() selects nodes with long
  auto-generated keys, newest first
- daemon.rs: job_rename_agent() parses RENAME actions from LLM
  output and applies them directly via store.rename_node()
- Wired into RPC handler (run-agent rename) and TUI agent types
- Fix epoch_to_local panic on invalid timestamps (fallback to UTC)

Rename dramatically improves search: key-component matching on
"journal#2026-02-28-violin-dream-room" makes the node findable by
"violin", "dream", or "room" — the auto-slug was unsearchable.
2026-03-10 00:55:26 -04:00
..
agents rename agent: LLM-powered semantic key generation for memory nodes 2026-03-10 00:55:26 -04:00
bin memory-search: add fuzzy key matching and content-based seed extraction 2026-03-10 00:41:08 -04:00
neuro daemon: rework consolidation pipeline and add graph health metrics 2026-03-09 17:02:01 -04:00
store rename agent: LLM-powered semantic key generation for memory nodes 2026-03-10 00:55:26 -04:00
config.rs consolidate hardcoded paths into config, refactor apply_agent 2026-03-08 21:16:52 -04:00
graph.rs use HashSet for orphan edge dedup, fix redundant type qualification 2026-03-08 21:43:58 -04:00
lib.rs poc-memory status: add ratatui TUI dashboard 2026-03-10 00:41:29 -04:00
lookups.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
main.rs poc-memory status: add ratatui TUI dashboard 2026-03-10 00:41:29 -04:00
migrate.rs remove dead code: unused imports, functions, and fields 2026-03-08 20:51:56 -04:00
query.rs extract truncation helpers, fix clippy warnings, dedup batching loop 2026-03-08 21:13:02 -04:00
search.rs memory-search: add fuzzy key matching and content-based seed extraction 2026-03-10 00:41:08 -04:00
similarity.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
spectral.rs search: composable algorithm pipeline 2026-03-09 01:19:04 -04:00
transcript.rs transcript: extract JSONL backward scanner and compaction detection into library 2026-03-09 17:06:32 -04:00
tui.rs rename agent: LLM-powered semantic key generation for memory nodes 2026-03-10 00:55:26 -04:00
util.rs fix unwrap-on-partial_cmp, dedup helpers, O(1) relation dedup 2026-03-08 21:22:05 -04:00