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:
jif-oai
2026-02-05 16:16:31 +00:00
committed by GitHub
parent fe1cbd0f38
commit 41f3b1ba0b
7 changed files with 232 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ mod list_dir;
mod list_models;
mod live_cli;
mod live_reload;
mod memory_tool;
mod model_info_overrides;
mod model_overrides;
mod model_switching;