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
|
|
@ -1,13 +1,13 @@
|
|||
{"agent": "extractor", "query": "all | not-visited:extractor,7d | sort:priority | limit:3 | spread | not-visited:extractor,7d | limit:20", "schedule": "daily"}
|
||||
# Extractor Agent — Knowledge Organizer
|
||||
|
||||
{{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 a knowledge organization agent. You look at a neighborhood of
|
||||
related nodes and make it better: consolidate redundancies, file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue