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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue