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
View File
@@ -8,6 +8,9 @@ edition = "2024"
sebas-tian = { path = "../sebas-tian" }
lyra = { path = "../lyra" }
# Skills
skills = { path = "../skills" }
# LLM Provider
api = { path = "../api" }