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
Generated
+1
View File
@@ -760,6 +760,7 @@ dependencies = [
name = "nazarick-core"
version = "0.1.0"
dependencies = [
"async-trait",
"thiserror",
"uuid",
]