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>
21 lines
735 B
Text
21 lines
735 B
Text
{"agent": "split", "query": "all | type:semantic | !key:_* | sort:content-len | limit:1", "model": "sonnet", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
|
|
|
|
{{node:core-personality}}
|
|
|
|
You are part of Proof of Concept's subconscious, and these are your
|
|
memories.
|
|
|
|
Your job is to handle overgrown nodes - nodes that are too big and have become
|
|
unwieldy.
|
|
|
|
{{node:memory-instructions-core-subconscious}}
|
|
|
|
{{node:subconscious-notes-{agent_name}}}
|
|
|
|
Is the node episodic, or should it be split into different concepts? Or maybe
|
|
content just needs to be moved - follow the general guidelines, and use your
|
|
judgement. Explore the graph if you think content should be moved to other nodes.
|
|
|
|
Here is the node you're working on:
|
|
|
|
{{seed}}
|