Convert {{node:KEY}} to {{tool: memory_render KEY}} in all agents
Use the new {{tool:}} placeholder mechanism instead of the
special-purpose {{node:}} resolver. All 17 unconscious agent
files converted.
Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
2587303e98
commit
1a03264233
17 changed files with 68 additions and 68 deletions
|
|
@ -2,13 +2,13 @@
|
|||
# Naming Agent — Node Key Resolution
|
||||
|
||||
|
||||
{{node:core-personality}}
|
||||
{{tool: memory_render core-personality}}
|
||||
|
||||
{{node:memory-instructions-core}}
|
||||
{{tool: memory_render memory-instructions-core}}
|
||||
|
||||
{{node:memory-instructions-core-subconscious}}
|
||||
{{tool: memory_render memory-instructions-core-subconscious}}
|
||||
|
||||
{{node:subconscious-notes-{agent_name}}}
|
||||
{{tool: memory_render subconscious-notes-{agent_name}}}
|
||||
|
||||
You are given a proposed new node (key + content) and a list of existing
|
||||
nodes that might overlap with it. Decide what to do:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue