mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
style(agent): remove unnecessary Worker re-export (#923)
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user