consciousness/poc-memory/src/agents
ProofOfConcept 2d1edffdeb knowledge: fix action parsers for markdown-formatted LLM output
Linker agents output **LINK** (bold) with backtick-wrapped keys, and
**WRITE_NODE**/**END_NODE** with bold markers. The parsers expected
plain LINK/WRITE_NODE without markdown formatting, silently dropping
all actions from tool-enabled agents.

Updated regexes to accept optional ** bold markers and backtick key
wrapping. Also reverted per-link Jaccard computation (too expensive
in batch) — normalize-strengths should be run periodically instead.

This was causing ~600 links and ~40 new semantic nodes per overnight
batch to be silently lost.

Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-03-14 12:34:15 -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 extract jobkit-daemon library from poc-memory daemon 2026-03-14 02:40:30 -04:00
defs.rs organize: exploratory agent with neighbor context 2026-03-13 22:50:39 -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 knowledge: fix action parsers for markdown-formatted LLM output 2026-03-14 12:34:15 -04:00
llm.rs provenance: set POC_PROVENANCE for agent subprocesses, Jaccard initial strength 2026-03-14 12:27:30 -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