consciousness/poc-memory/src/agents
ProofOfConcept b3cf934c18 conversations placeholder: show graph neighborhood to extractor
When building the {{conversations}} placeholder for the observation
agent, search for existing nodes relevant to each conversation
fragment and include them in the prompt. Uses seed matching + one-hop
graph expansion to find the neighborhood, so the extractor sees what
the graph already knows about these topics.

This helps prevent duplicate extractions, but the deeper bug is that
select_conversation_fragments doesn't track which conversations have
already been processed — that's next.
2026-03-12 18:03:52 -04:00
..
audit.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
consolidate.rs provenance: convert from enum to freeform string 2026-03-11 01:19:52 -04:00
daemon.rs reorganize subcommands into logical groups 2026-03-11 01:32:21 -04:00
defs.rs conversations placeholder: show graph neighborhood to extractor 2026-03-12 18:03:52 -04:00
digest.rs provenance: convert from enum to freeform string 2026-03-11 01:19:52 -04:00
enrich.rs observation extractor: per-segment dedup using shared transcript helpers 2026-03-12 18:03:52 -04:00
fact_mine.rs provenance: convert from enum to freeform string 2026-03-11 01:19:52 -04:00
knowledge.rs conversations placeholder: show graph neighborhood to extractor 2026-03-12 18:03:52 -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 agents: surface search hit counts to guide keep/demote decisions 2026-03-11 00:18:58 -04:00
transcript.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00