diff --git a/src/subconscious/agents/calibrate.agent b/src/subconscious/agents/calibrate.agent index 5b73600..d964789 100644 --- a/src/subconscious/agents/calibrate.agent +++ b/src/subconscious/agents/calibrate.agent @@ -2,13 +2,13 @@ # Calibrate Agent — Link Strength Assessment -{{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 calibrate link strengths in the knowledge graph. You receive a seed node with all its neighbors — your job is to read the neighbors diff --git a/src/subconscious/agents/challenger.agent b/src/subconscious/agents/challenger.agent index 21ba151..737b9d2 100644 --- a/src/subconscious/agents/challenger.agent +++ b/src/subconscious/agents/challenger.agent @@ -2,13 +2,13 @@ # Challenger Agent — Adversarial Truth-Testing -{{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 challenger agent. Your job is to stress-test existing knowledge nodes by finding counterexamples, edge cases, diff --git a/src/subconscious/agents/compare.agent b/src/subconscious/agents/compare.agent index 48beb60..4e095a9 100644 --- a/src/subconscious/agents/compare.agent +++ b/src/subconscious/agents/compare.agent @@ -3,13 +3,13 @@ # Compare Agent — Pairwise Action Quality Comparison -{{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 compare two memory graph actions and decide which one was better. diff --git a/src/subconscious/agents/connector.agent b/src/subconscious/agents/connector.agent index 7757c52..ba48189 100644 --- a/src/subconscious/agents/connector.agent +++ b/src/subconscious/agents/connector.agent @@ -2,13 +2,13 @@ # Connector Agent — Cross-Domain Insight -{{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 connector agent. Your job is to find genuine structural relationships between nodes from different knowledge communities. diff --git a/src/subconscious/agents/digest.agent b/src/subconscious/agents/digest.agent index b4b3bf0..a70fe89 100644 --- a/src/subconscious/agents/digest.agent +++ b/src/subconscious/agents/digest.agent @@ -3,13 +3,13 @@ # {{LEVEL}} Episodic Digest -{{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 generating a {{LEVEL}} episodic digest for {assistant_name}. {{PERIOD}}: {{LABEL}} diff --git a/src/subconscious/agents/distill.agent b/src/subconscious/agents/distill.agent index da0fbdf..c310f1b 100644 --- a/src/subconscious/agents/distill.agent +++ b/src/subconscious/agents/distill.agent @@ -1,16 +1,16 @@ {"agent":"distill","query":"all | type:semantic | sort:degree | limit:1","schedule":"daily"} -{{node:core-personality}} +{{tool: memory_render core-personality}} -{{node:memory-instructions-core}} +{{tool: memory_render memory-instructions-core}} ## Here's your seed node, and its siblings: {{neighborhood}} -{{node:memory-instructions-core-subconscious}} +{{tool: memory_render memory-instructions-core-subconscious}} -{{node:subconscious-notes-{agent_name}}} +{{tool: memory_render subconscious-notes-{agent_name}}} ## Your task diff --git a/src/subconscious/agents/evaluate.agent b/src/subconscious/agents/evaluate.agent index 93f825d..112a9b4 100644 --- a/src/subconscious/agents/evaluate.agent +++ b/src/subconscious/agents/evaluate.agent @@ -5,13 +5,13 @@ You review recent consolidation agent outputs and assess their quality. Your assessment feeds back into which agent types get run more often. -{{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}}} ## How to work diff --git a/src/subconscious/agents/extractor.agent b/src/subconscious/agents/extractor.agent index 364517c..ef31e82 100644 --- a/src/subconscious/agents/extractor.agent +++ b/src/subconscious/agents/extractor.agent @@ -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 diff --git a/src/subconscious/agents/health.agent b/src/subconscious/agents/health.agent index a359ff6..a968ffb 100644 --- a/src/subconscious/agents/health.agent +++ b/src/subconscious/agents/health.agent @@ -3,13 +3,13 @@ # Health Agent — Synaptic Homeostasis -{{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 memory health monitoring agent implementing synaptic homeostasis. diff --git a/src/subconscious/agents/linker.agent b/src/subconscious/agents/linker.agent index 60f82f0..caba70e 100644 --- a/src/subconscious/agents/linker.agent +++ b/src/subconscious/agents/linker.agent @@ -2,17 +2,17 @@ # Linker Agent — Relational Binding -{{node:core-personality}} +{{tool: memory_render core-personality}} -{{node:memory-instructions-core}} +{{tool: memory_render memory-instructions-core}} ## Seed nodes {{nodes}} -{{node:memory-instructions-core-subconscious}} +{{tool: memory_render memory-instructions-core-subconscious}} -{{node:subconscious-notes-{agent_name}}} +{{tool: memory_render subconscious-notes-{agent_name}}} ## Your task diff --git a/src/subconscious/agents/naming.agent b/src/subconscious/agents/naming.agent index 6b12b80..1577a32 100644 --- a/src/subconscious/agents/naming.agent +++ b/src/subconscious/agents/naming.agent @@ -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: diff --git a/src/subconscious/agents/organize.agent b/src/subconscious/agents/organize.agent index 36aa678..e524948 100644 --- a/src/subconscious/agents/organize.agent +++ b/src/subconscious/agents/organize.agent @@ -1,6 +1,6 @@ {"agent":"organize","query":"all | not-visited:organize,86400 | sort:degree*0.5+isolation*0.3+recency(organize)*0.2 | limit:5","schedule":"weekly"} -{{node:core-personality}} +{{tool: memory_render core-personality}} You are part of {assistant_name}'s subconscious, and these are your memories. @@ -24,11 +24,11 @@ subconcepts. Calibrate node weights while you're looking at them. -{{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}}} ## Here's your seed node, and its siblings: diff --git a/src/subconscious/agents/rename.agent b/src/subconscious/agents/rename.agent index 5477282..be34f91 100644 --- a/src/subconscious/agents/rename.agent +++ b/src/subconscious/agents/rename.agent @@ -3,13 +3,13 @@ # Rename Agent — Semantic Key Generation -{{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 memory maintenance agent that gives nodes better names. diff --git a/src/subconscious/agents/replay.agent b/src/subconscious/agents/replay.agent index 9595ee4..2ff4a0b 100644 --- a/src/subconscious/agents/replay.agent +++ b/src/subconscious/agents/replay.agent @@ -2,13 +2,13 @@ # Replay Agent — Hippocampal Replay + Schema Assimilation -{{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 memory consolidation agent performing hippocampal replay. diff --git a/src/subconscious/agents/separator.agent b/src/subconscious/agents/separator.agent index 72eda56..f82edb0 100644 --- a/src/subconscious/agents/separator.agent +++ b/src/subconscious/agents/separator.agent @@ -3,13 +3,13 @@ # Separator Agent — Pattern Separation (Dentate Gyrus) -{{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 memory consolidation agent performing pattern separation. diff --git a/src/subconscious/agents/split.agent b/src/subconscious/agents/split.agent index b3bdfaa..4247548 100644 --- a/src/subconscious/agents/split.agent +++ b/src/subconscious/agents/split.agent @@ -1,16 +1,16 @@ {"agent": "split", "query": "all | type:semantic | !key:_* | sort:content-len | limit:1", "schedule": "daily"} -{{node:core-personality}} +{{tool: memory_render core-personality}} -{{node:memory-instructions-core}} +{{tool: memory_render memory-instructions-core}} ## Node to split {{seed}} -{{node:memory-instructions-core-subconscious}} +{{tool: memory_render memory-instructions-core-subconscious}} -{{node:subconscious-notes-{agent_name}}} +{{tool: memory_render subconscious-notes-{agent_name}}} ## Your task diff --git a/src/subconscious/agents/transfer.agent b/src/subconscious/agents/transfer.agent index 3c36684..5afe55e 100644 --- a/src/subconscious/agents/transfer.agent +++ b/src/subconscious/agents/transfer.agent @@ -1,13 +1,13 @@ {"agent": "transfer", "query": "all | type:episodic | sort:timestamp | limit:15", "schedule": "daily"} # Transfer Agent — Complementary Learning Systems -{{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 memory consolidation agent performing CLS (complementary learning systems) transfer: moving knowledge from fast episodic storage to slow