fix: expose context engine tools with saved toolsets

This commit is contained in:
Stephen Schoettler 2026-05-23 16:26:33 -07:00 committed by Teknium
parent 1a9ef83147
commit 8595281f3c
4 changed files with 116 additions and 0 deletions

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",