fix: expose context engine tools with saved toolsets

This commit is contained in:
Stephen Schoettler
2026-05-28 00:28:42 -07:00
committed by Teknium
parent 1a9ef83147
commit 8595281f3c
4 changed files with 116 additions and 0 deletions
+6
View File
@@ -215,6 +215,12 @@ TOOLSETS = {
"tools": ["memory"],
"includes": []
},
"context_engine": {
"description": "Runtime tools exposed by the active context engine",
"tools": [],
"includes": []
},
"session_search": {
"description": "Search and recall past conversations with summarization",