tools: remove get_memory tool and tests (#11198)

Drop this memory tool as the design changed
This commit is contained in:
jif-oai
2026-02-09 17:47:36 +00:00
committed by GitHub
parent 0883e5d3e5
commit cfce286459
5 changed files with 0 additions and 235 deletions

View File

@@ -1,7 +1,6 @@
pub mod apply_patch;
pub(crate) mod collab;
mod dynamic;
mod get_memory;
mod grep_files;
mod list_dir;
mod mcp;
@@ -21,7 +20,6 @@ use crate::function_tool::FunctionCallError;
pub use apply_patch::ApplyPatchHandler;
pub use collab::CollabHandler;
pub use dynamic::DynamicToolHandler;
pub use get_memory::GetMemoryHandler;
pub use grep_files::GrepFilesHandler;
pub use list_dir::ListDirHandler;
pub use mcp::McpHandler;