feat: add HITL status fields and update agent run log handling

This commit is contained in:
mlogclub
2026-04-10 16:45:52 +08:00
parent 47a99a4372
commit b20278de29
4 changed files with 62 additions and 0 deletions
+3
View File
@@ -369,6 +369,9 @@ export type AgentRunLog = {
planReason: string
interruptType: string
resumeSource: string
hitlStatus: string
hitlStatusName: string
hitlSummary: string
finalAction: string
finalStatus: string
replyText: string