Lyra Agent hinzugefügt, Multi-Agent Routing, BaseAgent refactoring
This commit is contained in:
@@ -4,14 +4,8 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
# Shared Foundation
|
||||
# Gemeinsames Fundament
|
||||
nazarick-core = { path = "../nazarick-core" }
|
||||
|
||||
# LLM Kommunikation
|
||||
api = { path = "../api" }
|
||||
|
||||
# Async Runtime
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
||||
# Fehlerbehandlung
|
||||
thiserror = "2"
|
||||
# LLM Provider
|
||||
api = { path = "../api" }
|
||||
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user