feat(agent): implement phase 2 runtime and inline clarification
This commit is contained in:
@@ -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",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user