feat: add deterministic message interaction stages

This commit is contained in:
Xin Wang
2026-08-03 07:10:41 +08:00
parent 479a516546
commit 9daa46ed4d
26 changed files with 1356 additions and 414 deletions

View File

@@ -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"