feat: Create the built-in memory management tools

This commit is contained in:
2026-06-10 18:35:59 -06:00
parent 4ece3d3df1
commit 19d2340489
4 changed files with 423 additions and 2 deletions
+3
View File
@@ -2482,6 +2482,9 @@ impl RequestContext {
if app.function_calling_support && policy.skills_enabled {
functions.append_skill_functions();
}
if self.should_register_memory_tools() {
functions.append_memory_functions();
}
let tool_tracker = self.tool_scope.tool_tracker.clone();
self.tool_scope = ToolScope {