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
+3 -1
View File
@@ -6,4 +6,6 @@ edition = "2024"
[dependencies]
thiserror = "2.0.18"
uuid = { version = "1.22.0", features = ["v4"] }
async-trait = "0.1.89"
async-trait = "0.1.89"
tracing = "0.1.44"
anyhow = "1.0.102"