forked from kent/consciousness
prompts: remove unused replay_queue import
Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
783046a3f5
commit
dfab7d0a33
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue