style(agent): remove unnecessary Worker re-export (#923)

This commit is contained in:
Nige
2026-03-12 11:29:02 -07:00
committed by GitHub
parent d420abfa6a
commit 006c15e79c
-1
View File
@@ -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};