consciousness/poc-memory/src
ProofOfConcept fe7f636ad3 agents: extract shared run_one_agent, standardize output formats
Three places duplicated the agent execution loop (build prompt → call
LLM → store output → parse actions → record visits): consolidate.rs,
knowledge.rs, and daemon.rs. Extract into run_one_agent() in
knowledge.rs that all three now call.

Also standardize consolidation agent prompts to use WRITE_NODE/LINK/REFINE
— the same commands the parser handles. Previously agents output
CATEGORIZE/NOTE/EXTRACT/DIGEST/DIFFERENTIATE/MERGE/COMPRESS which were
silently dropped after the second-LLM-call removal.
2026-03-10 17:33:12 -04:00
..
agents agents: extract shared run_one_agent, standardize output formats 2026-03-10 17:33:12 -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 agent visits: track when agents successfully process nodes 2026-03-10 14:30:53 -04:00
config.rs consolidate hardcoded paths into config, refactor apply_agent 2026-03-08 21:16:52 -04:00
graph.rs util: add jsonl_load/jsonl_append helpers, convert graph.rs 2026-03-10 15:22:03 -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 daemon: add run-agent RPC for queuing agent jobs 2026-03-10 17:04:30 -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 search: unified query pipeline with filters, transforms, generators 2026-03-10 15:22:12 -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 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