mirror of
https://github.com/openai/codex.git
synced 2026-05-01 18:06:47 +00:00
feat: add memory tool (#10637)
Add a tool for memory to retrieve a full memory based on the memory ID
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
pub mod apply_patch;
|
||||
pub(crate) mod collab;
|
||||
mod dynamic;
|
||||
mod get_memory;
|
||||
mod grep_files;
|
||||
mod list_dir;
|
||||
mod mcp;
|
||||
@@ -20,6 +21,7 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user