consciousness/poc-memory/src/agents
ProofOfConcept abce1bba16 digest: structural links, story-like prompt, agent file
When generating a digest, automatically link all source entries to the
digest node (journal entries → daily, dailies → weekly, weeklies →
monthly). This builds the temporal spine of the graph — previously
~4000 journal entries were disconnected islands unreachable by recall.

Rewrote digest prompt to produce narrative rather than reports:
capture the feel, the emotional arc, what it was like to live through
it. Letter to future self, not a task log.

Moved prompt to digest.agent file alongside other agent definitions.
Falls back to prompts/digest.md if agent file not found.

Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-03-13 21:37:56 -04:00
..
audit.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
consolidate.rs agents: tool-enabled LLM calls + DELETE action support 2026-03-13 18:50:06 -04:00
daemon.rs organize: fine-grained agent logging + cluster size cap 2026-03-13 20:25:19 -04:00
defs.rs organize: fix # quoting, protect journal entries 2026-03-13 21:37:21 -04:00
digest.rs digest: structural links, story-like prompt, agent file 2026-03-13 21:37:56 -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 organize: fine-grained agent logging + cluster size cap 2026-03-13 20:25:19 -04:00
llm.rs agents: tool-enabled LLM calls + DELETE action support 2026-03-13 18:50:06 -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