refactor: LLM Typen und Traits nach nazarick-core verschoben, BaseAgent extrahiert

This commit is contained in:
Sithies
2026-03-16 22:06:30 +01:00
parent df29fdfa60
commit 30d63debd9
11 changed files with 127 additions and 66 deletions
+2 -1
View File
@@ -5,4 +5,5 @@ edition = "2024"
[dependencies]
thiserror = "2.0.18"
uuid = { version = "1.22.0", features = ["v4"] }
uuid = { version = "1.22.0", features = ["v4"] }
async-trait = "0.1.89"