consciousness/poc-memory/agents
Kent Overstreet 5d6b2021f8 Agent identity, parallel scheduling, memory-search fixes, stemmer optimization
- Agent identity injection: prepend core-personality to all agent prompts
  so agents dream as me, not as generic graph workers. Include instructions
  to walk the graph and connect new nodes to core concepts.

- Parallel agent scheduling: sequential within type, parallel across types.
  Different agent types (linker, organize, replay) run concurrently.

- Linker prompt: graph walking instead of keyword search for connections.
  "Explore the local topology and walk the graph until you find the best
  connections."

- memory-search fixes: format_results no longer truncates to 5 results,
  pipeline default raised to 50, returned file cleared on compaction,
  --seen and --seen-full merged, compaction timestamp in --seen output,
  max_entries=3 per prompt for steady memory drip.

- Stemmer optimization: strip_suffix now works in-place on a single String
  buffer instead of allocating 18 new Strings per word. Note for future:
  reversed-suffix trie for O(suffix_len) instead of O(n_rules).

- Transcript: add compaction_timestamp() for --seen display.

- Agent budget configurable (default 4000 from config).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 12:49:10 -04:00
..
challenger.agent add {{siblings}} placeholder for graph neighborhood context 2026-03-12 18:08:58 -04:00
compare.agent agent evaluate: sort agent actions by quality using Vec::sort_by with LLM 2026-03-14 19:24:07 -04:00
connector.agent agents: port knowledge agents to .agent files with visit tracking 2026-03-10 17:04:44 -04:00
digest.agent digest: structural links, story-like prompt, agent file 2026-03-13 21:37:56 -04:00
distill.agent Agent identity, parallel scheduling, memory-search fixes, stemmer optimization 2026-03-15 12:49:10 -04:00
evaluate.agent agents: add evaluate agent stub, fix distill query 2026-03-14 19:16:47 -04:00
extractor.agent agents: surface search hit counts to guide keep/demote decisions 2026-03-11 00:18:58 -04:00
health.agent agents: extract shared run_one_agent, standardize output formats 2026-03-10 17:33:12 -04:00
linker.agent Agent identity, parallel scheduling, memory-search fixes, stemmer optimization 2026-03-15 12:49:10 -04:00
naming.agent naming agent: resolve node names before creation 2026-03-10 23:23:14 -04:00
observation.agent agents: port knowledge agents to .agent files with visit tracking 2026-03-10 17:04:44 -04:00
organize.agent agents: encourage hub creation and knowledge percolation 2026-03-14 17:21:07 -04:00
rename.agent rename agent: keys are concepts, update naming conventions 2026-03-14 18:52:35 -04:00
replay.agent agents: extract shared run_one_agent, standardize output formats 2026-03-10 17:33:12 -04:00
separator.agent agents: extract shared run_one_agent, standardize output formats 2026-03-10 17:33:12 -04:00
split.agent agents: placeholder-based prompt templates, port remaining 4 agents 2026-03-10 15:50:54 -04:00
transfer.agent add {{siblings}} placeholder for graph neighborhood context 2026-03-12 18:08:58 -04:00