feat: add deterministic message interaction stages
This commit is contained in:
@@ -15,6 +15,7 @@ class WorkflowStatus(StrEnum):
|
||||
ROUTING = "routing"
|
||||
RUNNING_AGENT = "running_agent"
|
||||
RUNNING_ACTION = "running_action"
|
||||
RUNNING_MESSAGE = "running_message"
|
||||
HANDOFF = "handoff"
|
||||
ENDED = "ended"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user