mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat(graph_engine): Handle NodeRunAgentLogEvent
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
@ -10,6 +10,7 @@ from core.workflow.enums import NodeExecutionType
|
|||||||
from core.workflow.graph import Graph
|
from core.workflow.graph import Graph
|
||||||
from core.workflow.graph_events import (
|
from core.workflow.graph_events import (
|
||||||
GraphNodeEventBase,
|
GraphNodeEventBase,
|
||||||
|
NodeRunAgentLogEvent,
|
||||||
NodeRunExceptionEvent,
|
NodeRunExceptionEvent,
|
||||||
NodeRunFailedEvent,
|
NodeRunFailedEvent,
|
||||||
NodeRunIterationFailedEvent,
|
NodeRunIterationFailedEvent,
|
||||||
@ -116,6 +117,7 @@ class EventHandler:
|
|||||||
NodeRunLoopNextEvent,
|
NodeRunLoopNextEvent,
|
||||||
NodeRunLoopSucceededEvent,
|
NodeRunLoopSucceededEvent,
|
||||||
NodeRunLoopFailedEvent,
|
NodeRunLoopFailedEvent,
|
||||||
|
NodeRunAgentLogEvent,
|
||||||
),
|
),
|
||||||
):
|
):
|
||||||
# Iteration and loop events are collected directly
|
# Iteration and loop events are collected directly
|
||||||
|
|||||||
Reference in New Issue
Block a user