consciousness/poc-memory/src/store
ProofOfConcept 51ee082faf provenance: set POC_PROVENANCE for agent subprocesses, Jaccard initial strength
Agent subprocess calls now set POC_PROVENANCE=agent:{name} so any
nodes/links created via tool calls are tagged with the creating agent.
This makes agent transcripts indistinguishable from conscious sessions
in format — important for future model training.

new_relation() now reads POC_PROVENANCE env var directly (raw string,
not enum) since agent names are dynamic.

link-add now computes initial strength from Jaccard similarity instead
of hardcoded 0.8. New links start at a strength reflecting actual
neighborhood overlap.

Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-03-14 12:27:30 -04:00
..
mod.rs agents: deduplicate timestamps, plan expansion, rename agent 2026-03-10 17:48:00 -04:00
ops.rs feedback: not-relevant/not-useful commands, edge strength adjustment 2026-03-14 12:14:17 -04:00
parse.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
persist.rs fsck: add cache vs log consistency check 2026-03-11 01:42:32 -04:00
types.rs provenance: set POC_PROVENANCE for agent subprocesses, Jaccard initial strength 2026-03-14 12:27:30 -04:00
view.rs graph: add implicit temporal edges between episodic nodes 2026-03-14 02:40:00 -04:00