fix: Iris als Hero im AI Team Network – Hierarchie korrigiert
CI - Build & Test / Backend (.NET) (push) Successful in 24s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 16s
CI - Build & Test / Security Check (push) Successful in 2s

- Iris zu agents[] hinzugefügt (Position 0)
- hero-id='iris' an TeamNetwork übergeben
- Hero-Slot data-agent-id dynamisch (:data-agent-id='hero.id')
This commit is contained in:
2026-06-09 22:23:17 +02:00
parent 1f6f5dd08c
commit 5a3a099b94
3 changed files with 23 additions and 1 deletions
+1
View File
@@ -67,6 +67,7 @@ function onQueueExecuteNow(id: string): void {
</div>
<TeamNetwork
hero-id="iris"
:agents="agents"
:iris-runtime="irisRuntime"
:get-agent-runtime="getAgentRuntime"