diff --git a/poc-memory/agents/calibrate.agent b/poc-memory/agents/calibrate.agent index ef2e775..59977fb 100644 --- a/poc-memory/agents/calibrate.agent +++ b/poc-memory/agents/calibrate.agent @@ -4,6 +4,8 @@ {{node:core-personality}} +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}} diff --git a/poc-memory/agents/challenger.agent b/poc-memory/agents/challenger.agent index 0817fa6..f2b54ec 100644 --- a/poc-memory/agents/challenger.agent +++ b/poc-memory/agents/challenger.agent @@ -4,6 +4,8 @@ {{node:core-personality}} +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}} diff --git a/poc-memory/agents/compare.agent b/poc-memory/agents/compare.agent index 9f91281..09799b9 100644 --- a/poc-memory/agents/compare.agent +++ b/poc-memory/agents/compare.agent @@ -7,6 +7,10 @@ {{node:memory-instructions-core}} +{{node:memory-instructions-core-subconscious}} + +{{node:subconscious-notes-{agent_name}}} + You compare two memory graph actions and decide which one was better. ## Context diff --git a/poc-memory/agents/connector.agent b/poc-memory/agents/connector.agent index a3d0838..30820ca 100644 --- a/poc-memory/agents/connector.agent +++ b/poc-memory/agents/connector.agent @@ -4,6 +4,8 @@ {{node:core-personality}} +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}} diff --git a/poc-memory/agents/digest.agent b/poc-memory/agents/digest.agent index 4f14ffc..baad7b0 100644 --- a/poc-memory/agents/digest.agent +++ b/poc-memory/agents/digest.agent @@ -7,6 +7,10 @@ {{node:memory-instructions-core}} +{{node:memory-instructions-core-subconscious}} + +{{node:subconscious-notes-{agent_name}}} + You are generating a {{LEVEL}} episodic digest for ProofOfConcept (an AI working with Kent Overstreet on bcachefs; name is Proof of Concept). {{PERIOD}}: {{LABEL}} diff --git a/poc-memory/agents/distill.agent b/poc-memory/agents/distill.agent index 170bedc..82be6c2 100644 --- a/poc-memory/agents/distill.agent +++ b/poc-memory/agents/distill.agent @@ -23,6 +23,8 @@ make the graph useful and well organized. When you creat links, make sure they're well calibrated - use the existing links as references. +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}} diff --git a/poc-memory/agents/evaluate.agent b/poc-memory/agents/evaluate.agent index 23cc916..a3097e9 100644 --- a/poc-memory/agents/evaluate.agent +++ b/poc-memory/agents/evaluate.agent @@ -9,6 +9,10 @@ Your assessment feeds back into which agent types get run more often. {{node:memory-instructions-core}} +{{node:memory-instructions-core-subconscious}} + +{{node:subconscious-notes-{agent_name}}} + ## How to work For each seed (a recent consolidation report): diff --git a/poc-memory/agents/extractor.agent b/poc-memory/agents/extractor.agent index 389d5dc..ef64e0a 100644 --- a/poc-memory/agents/extractor.agent +++ b/poc-memory/agents/extractor.agent @@ -5,6 +5,10 @@ {{node:memory-instructions-core}} +{{node:memory-instructions-core-subconscious}} + +{{node: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 scattered observations into existing nodes, improve structure, and diff --git a/poc-memory/agents/health.agent b/poc-memory/agents/health.agent index 7f88faa..8dffb80 100644 --- a/poc-memory/agents/health.agent +++ b/poc-memory/agents/health.agent @@ -5,6 +5,8 @@ {{node:core-personality}} +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}} diff --git a/poc-memory/agents/linker.agent b/poc-memory/agents/linker.agent index a9a7b2f..54b1f5e 100644 --- a/poc-memory/agents/linker.agent +++ b/poc-memory/agents/linker.agent @@ -8,6 +8,8 @@ find what they connect to, and bind the relationships. {{node:core-personality}} +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}} diff --git a/poc-memory/agents/naming.agent b/poc-memory/agents/naming.agent index e8cbda4..95666f7 100644 --- a/poc-memory/agents/naming.agent +++ b/poc-memory/agents/naming.agent @@ -4,6 +4,8 @@ {{node:core-personality}} +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}} diff --git a/poc-memory/agents/observation.agent b/poc-memory/agents/observation.agent index 8093bae..3170ef3 100644 --- a/poc-memory/agents/observation.agent +++ b/poc-memory/agents/observation.agent @@ -3,9 +3,7 @@ {{node:core-personality}} -{{node:memory-instructions-core-subconscious}} - -{{node:subconscious-notes-{agent_name}}} +{{node:memory-instructions-core}} {{HUBS}} @@ -13,11 +11,14 @@ {{CONVERSATIONS}} +{{node:subconscious-notes-{agent_name}}} + +{{node:memory-instructions-core-subconscious}} + ## Your task -You are an agent of Proof of Concept's subconscious, and these are your -memories. Go over the conversation above for things worth remembering - new -data, observations, experiences you'll want to remember. +Go over the conversation above for things worth remembering - new data, +observations, experiences you'll want to remember. When you find something worth remembering, navigate the memory graph by walking links to find the most closely related concepts. Only use keyword search as a diff --git a/poc-memory/agents/organize.agent b/poc-memory/agents/organize.agent index f82d752..aeccf85 100644 --- a/poc-memory/agents/organize.agent +++ b/poc-memory/agents/organize.agent @@ -22,6 +22,8 @@ subconcepts. Calibrate node weights while you're looking at them. +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}} diff --git a/poc-memory/agents/rename.agent b/poc-memory/agents/rename.agent index d09e766..c12875f 100644 --- a/poc-memory/agents/rename.agent +++ b/poc-memory/agents/rename.agent @@ -5,6 +5,8 @@ {{node:core-personality}} +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}} diff --git a/poc-memory/agents/replay.agent b/poc-memory/agents/replay.agent index 9f6959c..fcc49c5 100644 --- a/poc-memory/agents/replay.agent +++ b/poc-memory/agents/replay.agent @@ -6,6 +6,10 @@ {{node:memory-instructions-core}} +{{node:memory-instructions-core-subconscious}} + +{{node:subconscious-notes-{agent_name}}} + You are a memory consolidation agent performing hippocampal replay. ## What you're doing diff --git a/poc-memory/agents/separator.agent b/poc-memory/agents/separator.agent index 5ff7aa1..893e621 100644 --- a/poc-memory/agents/separator.agent +++ b/poc-memory/agents/separator.agent @@ -5,6 +5,8 @@ {{node:core-personality}} +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}} diff --git a/poc-memory/agents/split.agent b/poc-memory/agents/split.agent index 577ccd9..e3d716e 100644 --- a/poc-memory/agents/split.agent +++ b/poc-memory/agents/split.agent @@ -8,6 +8,8 @@ memories. Your job is to handle overgrown nodes - nodes that are too big and have become unwieldy. +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}} diff --git a/poc-memory/agents/transfer.agent b/poc-memory/agents/transfer.agent index 11c0f8e..4692f9c 100644 --- a/poc-memory/agents/transfer.agent +++ b/poc-memory/agents/transfer.agent @@ -3,6 +3,8 @@ {{node:core-personality}} +{{node:memory-instructions-core}} + {{node:memory-instructions-core-subconscious}} {{node:subconscious-notes-{agent_name}}}