diff --git a/src/subconscious/prompts.rs b/src/subconscious/prompts.rs index 8a2794a..aed3db6 100644 --- a/src/subconscious/prompts.rs +++ b/src/subconscious/prompts.rs @@ -4,10 +4,7 @@ use crate::store::Store; use crate::graph::Graph; -use crate::neuro::{ - ReplayItem, - replay_queue, -}; +use crate::neuro::ReplayItem; /// Result of building an agent prompt — includes both the prompt text /// and the keys of nodes selected for processing, so the caller can