Add Knowledge Hub books FTS and remove training UI (0.16.0).
Index Assistent/books search.jsonl, expose knowledge hops/catalog in chat, and drop QLoRA/HF training stack. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -313,6 +313,10 @@ public partial class SwarmAssistentExtension
|
||||
{
|
||||
return "ask_inventory";
|
||||
}
|
||||
if ((AskContains(patch, "knowledge") || ActionsContain(patch, "lookup_knowledge")) && !Skip("ask_knowledge"))
|
||||
{
|
||||
return "ask_knowledge";
|
||||
}
|
||||
if ((AskContains(patch, "examples") || ActionsContain(patch, "lookup_examples")) && !Skip("ask_examples"))
|
||||
{
|
||||
return "ask_examples";
|
||||
|
||||
Reference in New Issue
Block a user