consciousness/poc-memory/agents
ProofOfConcept 19e181665d Add calibrate agent, link-set command, and dominating-set query stage
calibrate.agent: Haiku-based agent that reads a node and all its
neighbors, then assigns appropriate link strengths relative to each
other. Designed for high-volume runs across the whole graph.

graph link-set: Set strength of an existing link (0.0-1.0).

dominating-set query stage: Greedy 3-covering dominating set — finds
the minimum set of nodes such that every node in the input is within
1 hop of at least 3 selected nodes. Use with calibrate agent to
ensure every link gets assessed from multiple perspectives.

Usage: poc-memory query "content ~ 'bcachefs' | dominating-set"
2026-03-17 01:39:41 -04:00
..
calibrate.agent Add calibrate agent, link-set command, and dominating-set query stage 2026-03-17 01:39:41 -04:00
challenger.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
compare.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
connector.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
digest.agent agents: shared instructions via graph node includes 2026-03-16 17:09:51 -04:00
distill.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
evaluate.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
extractor.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
health.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
linker.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
naming.agent agents: shared instructions via graph node includes 2026-03-16 17:09:51 -04:00
observation.agent agents: {{HUBS}} placeholder for top 20 spread-apart hub nodes 2026-03-16 21:00:31 -04:00
organize.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
rename.agent agents: shared instructions via graph node includes 2026-03-16 17:09:51 -04:00
replay.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
separator.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
split.agent agents: shared instructions via graph node includes 2026-03-16 17:09:51 -04:00
transfer.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00