feat(agent): implement phase 2 runtime and inline clarification

This commit is contained in:
2026-04-09 14:28:27 +02:00
parent b08e448be0
commit 29c93eeb35
18 changed files with 2376 additions and 5 deletions

View File

@@ -124,7 +124,8 @@ export const NODE_CATALOG: readonly NodeCatalogEntry[] = [
type: "agent-output",
label: "Agent-Ausgabe",
category: "ai-output",
phase: 3,
phase: 2,
implemented: true,
systemOutput: true,
disabledHint: "Wird vom Agenten erzeugt",
}),