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

This commit is contained in:
Sithies
2026-03-16 23:30:42 +01:00
parent 6fc1648939
commit 750fe1f5f6
22 changed files with 454 additions and 111 deletions
Generated
+5
View File
@@ -758,6 +758,7 @@ dependencies = [
"sebas-tian",
"serde",
"serde_json",
"skills",
"tokio",
"toml",
"tower-http 0.5.2",
@@ -769,8 +770,10 @@ dependencies = [
name = "nazarick-core"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"thiserror",
"tracing",
"uuid",
]
@@ -1217,7 +1220,9 @@ dependencies = [
name = "skills"
version = "0.1.0"
dependencies = [
"anyhow",
"nazarick-core",
"tracing",
]
[[package]]