Lyra Agent hinzugefügt, Multi-Agent Routing, BaseAgent refactoring

This commit is contained in:
Sithies
2026-03-16 22:31:13 +01:00
parent 30d63debd9
commit 6fc1648939
13 changed files with 148 additions and 22 deletions
+3
View File
@@ -14,6 +14,9 @@ pub struct Sebas {
impl Sebas {
/// Erstellt eine neue Sebas-Instanz.
/// `soul_core_path` → Pfad zu soul_core.md
/// `soul_personality_path` → Pfad zu soul_personality.md
/// `llm` → LLM-Provider (z.B. LmStudioProvider)
pub fn new(
soul_core_path: impl Into<String>,
soul_personality_path: impl Into<String>,