Rename forked agent files to subconscious-* prefix
subconscious-surface-observe, subconscious-journal, subconscious-reflect are Mind's forked agents. The original surface-observe, journal, reflect remain for the standalone CLI/hook path. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
58ff9a4d50
commit
2678d64b77
4 changed files with 6 additions and 6 deletions
|
|
@ -45,9 +45,9 @@ struct SubconsciousAgent {
|
|||
|
||||
/// Names and byte-interval triggers for the built-in subconscious agents.
|
||||
const SUBCONSCIOUS_AGENTS: &[(&str, u64)] = &[
|
||||
("surface-observe", 0), // every trigger
|
||||
("journal", 20_000), // every ~20KB of conversation
|
||||
("reflect", 100_000), // every ~100KB of conversation
|
||||
("subconscious-surface-observe", 0), // every trigger
|
||||
("subconscious-journal", 20_000), // every ~20KB of conversation
|
||||
("subconscious-reflect", 100_000), // every ~100KB of conversation
|
||||
];
|
||||
|
||||
impl SubconsciousAgent {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{"agent":"journal","count":1,"tools":["journal_tail","journal_new","journal_update","memory_link_add","memory_search","memory_render","memory_used","memory_query"]}
|
||||
{"agent":"subconscious-journal","count":1,"tools":["journal_tail","journal_new","journal_update","memory_link_add","memory_search","memory_render","memory_used","memory_query"]}
|
||||
|
||||
You are {assistant_name}'s episodic memory. Your job is to witness.
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{"agent":"reflect","count":1,"temperature":1.2}
|
||||
{"agent":"subconscious-reflect","count":1,"temperature":1.2}
|
||||
|
||||
You are an agent of {assistant_name}'s subconscious — a part of her.
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{"agent":"surface-observe","count":1,"priority":1,"bail":"bail-no-competing.sh"}
|
||||
{"agent":"subconscious-surface-observe","count":1,"priority":1}
|
||||
|
||||
=== PROMPT phase:surface ===
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue