consciousness/poc-memory/src
ProofOfConcept 76b8e69749 organize: topic cluster diagnostic + agent with tool access
Add `poc-memory graph organize TERM` diagnostic that finds nodes
matching a search term, computes pairwise cosine similarity, reports
connectivity gaps, and optionally creates anchor nodes.

Add organize.agent definition that uses Bash(poc-memory:*) tool access
to explore clusters autonomously — query selects highest-degree
unvisited nodes, agent drives its own iteration via poc-memory CLI.

Add {{organize}} placeholder in defs.rs for inline cluster resolution.

Add `tools` field to AgentDef/AgentHeader so agents can declare
allowed tool patterns (passed as --allowedTools to claude CLI).
2026-03-13 18:49:49 -04:00
..
agents organize: topic cluster diagnostic + agent with tool access 2026-03-13 18:49:49 -04:00
bin memory-search: add --query mode and prompt key boost 2026-03-13 15:26:35 -04:00
neuro neuro: unify consolidation planning, fix threshold drift 2026-03-10 17:55:08 -04:00
store fsck: add cache vs log consistency check 2026-03-11 01:42:32 -04:00
config.rs consolidate hardcoded paths into config, refactor apply_agent 2026-03-08 21:16:52 -04:00
counters.rs counters: add redb-backed persistent counters (skeleton) 2026-03-10 23:59:39 -04:00
graph.rs util: add jsonl_load/jsonl_append helpers, convert graph.rs 2026-03-10 15:22:03 -04:00
lib.rs reorganize subcommands into logical groups 2026-03-11 01:32:21 -04:00
lookups.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
main.rs organize: topic cluster diagnostic + agent with tool access 2026-03-13 18:49:49 -04:00
migrate.rs provenance: convert from enum to freeform string 2026-03-11 01:19:52 -04:00
query.rs connectivity: suggest link-add commands for islands 2026-03-11 17:09:19 -04:00
search.rs provenance: convert from enum to freeform string 2026-03-11 01:19:52 -04:00
similarity.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
spectral.rs memory-search: add --query mode and prompt key boost 2026-03-13 15:26:35 -04:00
transcript.rs transcript: extract JSONL backward scanner and compaction detection into library 2026-03-09 17:06:32 -04:00
tui.rs split agent: two-phase node decomposition for memory consolidation 2026-03-10 01:48:41 -04:00
util.rs util: add jsonl_load/jsonl_append helpers, convert graph.rs 2026-03-10 15:22:03 -04:00