Fix compile: restore LoadTrainingAgent for heard RAG (0.16.1).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-23 23:27:07 +03:00
co-authored by Cursor
parent e1b5743795
commit f2b92e96ca
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ public partial class SwarmAssistentExtension : Extension
ExtensionAuthor = "mrleo1nid";
Description = "Collaborative Krea 2 assistant: Ollama chat, persona presets, vector memory, model cards, Generate loop.";
License = "MIT";
Version = "0.16.0";
Version = "0.16.1";
Tags = ["tabs", "ui", "llm", "ollama", "krea", "inpaint", "memory", "knowledge", "heard", "books"];
}
@@ -81,7 +81,7 @@ public partial class SwarmAssistentExtension : Extension
API.RegisterAPICall(AssistentForgetUserPref, true, PermUse);
API.RegisterAPICall(AssistentClearUserPrefs, true, PermUse);
API.RegisterAPICall(AssistentClearMemory, true, PermUse);
Logs.Init("Swarm Assistent extension loaded (0.16.0 knowledge books hub)");
Logs.Init("Swarm Assistent extension loaded (0.16.1 knowledge books hub)");
}
int CfgInt(string key, int fallback)