diff --git a/src/agent/mod.rs b/src/agent/mod.rs index de2434be..ee980233 100644 --- a/src/agent/mod.rs +++ b/src/agent/mod.rs @@ -32,7 +32,6 @@ pub mod task; mod thread_ops; pub mod undo; -pub use crate::worker::{Worker, WorkerDeps}; pub(crate) use agent_loop::truncate_for_preview; pub use agent_loop::{Agent, AgentDeps}; pub use compaction::{CompactionResult, ContextCompactor};