mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-07 08:02:23 +00:00
fix: expose context engine tools with saved toolsets
This commit is contained in:
parent
1a9ef83147
commit
8595281f3c
4 changed files with 116 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue