forked from kent/consciousness
Each consolidation agent now has its own persistent notes node
(subconscious-notes-{agent_name}) loaded via template substitution.
Agents can read their notes at the start of each run and write
updates after completing work, accumulating operational wisdom.
New node: memory-instructions-core-subconscious — shared framing
for background agents ("you are an agent of PoC's subconscious").
Template change: {agent_name} is substituted before {{...}} placeholder
resolution, enabling per-agent node references in .agent files.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| calibrate.agent | ||
| challenger.agent | ||
| compare.agent | ||
| connector.agent | ||
| digest.agent | ||
| distill.agent | ||
| evaluate.agent | ||
| extractor.agent | ||
| health.agent | ||
| linker.agent | ||
| naming.agent | ||
| observation.agent | ||
| organize.agent | ||
| rename.agent | ||
| replay.agent | ||
| separator.agent | ||
| split.agent | ||
| transfer.agent | ||