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
Generated
+9 -2
View File
@@ -676,6 +676,14 @@ version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "lyra"
version = "0.1.0"
dependencies = [
"api",
"nazarick-core",
]
[[package]]
name = "matchers"
version = "0.2.0"
@@ -745,6 +753,7 @@ dependencies = [
"anyhow",
"api",
"axum",
"lyra",
"reqwest",
"sebas-tian",
"serde",
@@ -1073,8 +1082,6 @@ version = "0.1.0"
dependencies = [
"api",
"nazarick-core",
"thiserror",
"tokio",
]
[[package]]