-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo_05_report_rejected.txt
More file actions
132 lines (132 loc) · 5.25 KB
/
Copy pathdemo_05_report_rejected.txt
File metadata and controls
132 lines (132 loc) · 5.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
DEMO SCENARIO: report-rejected
{"timestamp": "2026-06-15T03:07:52.592343+00:00", "level": "INFO", "logger": "bug_triage_workflow.openai_provider", "message": "Native classifier agent created", "extra": {"executor": "classifier_agent", "model": "gpt-4.1-mini"}}
event=started
event=status
{"timestamp": "2026-06-15T03:07:52.595781+00:00", "level": "INFO", "logger": "bug_triage_workflow.preprocess", "message": "Bug report preprocessed", "extra": {"executor": "preprocess_bug_report", "missing_info_count": 1, "extracted_field_names": ["browser", "device_or_os", "environment", "module"]}}
event=executor_invoked | executor=preprocess_executor
event=executor_completed | executor=preprocess_executor
event=superstep_started
event=executor_invoked | executor=classifier_request_executor
event=executor_completed | executor=classifier_request_executor
event=superstep_completed
event=superstep_started
event=executor_invoked | executor=classifier_agent
event=executor_completed | executor=classifier_agent
event=superstep_completed
event=superstep_started
{"timestamp": "2026-06-15T03:07:54.520900+00:00", "level": "INFO", "logger": "bug_triage_workflow.classifier", "message": "Bug report classification completed", "extra": {"executor": "classifier_agent", "category": "security", "urgency": "critical", "sentiment": "neutral", "recommended_route": "request_human_approval", "confidence": 0.9}}
event=executor_invoked | executor=classifier_response_executor
event=executor_completed | executor=classifier_response_executor
event=superstep_completed
event=superstep_started
{"timestamp": "2026-06-15T03:07:54.572607+00:00", "level": "INFO", "logger": "bug_triage_workflow.router", "message": "Triage route selected", "extra": {"executor": "route_triage", "selected_route": "request_human_approval", "recommended_route": "request_human_approval", "category": "security", "urgency": "critical", "sentiment": "neutral"}}
event=executor_invoked | executor=router_executor
event=executor_completed | executor=router_executor
event=superstep_completed
event=superstep_started
event=executor_invoked | executor=request_human_review_executor
event=output | executor=request_human_review_executor
event=request_info | executor=request_human_review_executor | request_info=paused
event=status
event=executor_completed | executor=request_human_review_executor
event=superstep_completed
event=status
request_info=resume
event=started
event=status
event=superstep_started
event=executor_invoked | executor=request_human_review_executor
event=executor_completed | executor=request_human_review_executor
event=superstep_completed
event=superstep_started
event=executor_invoked | executor=log_rejection_executor
event=output | executor=log_rejection_executor
event=executor_completed | executor=log_rejection_executor
event=superstep_completed
event=status
final_status=report_rejected
selected_route=log_rejection
human_review_required=True
human_review_action=reject_report
approval_granted=False
FINAL WORKFLOW RESULT
{
"status": "report_rejected",
"selected_route": "log_rejection",
"classification": {
"category": "security",
"urgency": "critical",
"sentiment": "neutral",
"missing_info": [
"actual_behavior"
],
"recommended_route": "request_human_approval",
"reasoning": "The bug report indicates a security vulnerability exposing private billing data, which is critical and requires human approval before further processing. Actual behavior detail is missing but does not prevent classification as security issue.",
"confidence": 0.9
},
"human_review_required": true,
"human_review_action": "reject_report",
"approval_granted": false,
"final_action": null,
"error": null,
"event_log": [
{
"status": "received",
"message": "Bug report received.",
"executor": "preprocess_executor",
"data": {},
"created_at": "2026-06-15T03:07:52.594444Z"
},
{
"status": "preprocessed",
"message": "Bug report preprocessed.",
"executor": "preprocess_executor",
"data": {
"missing_info": [
"actual_behavior"
]
},
"created_at": "2026-06-15T03:07:52.595829Z"
},
{
"status": "classified",
"message": "Bug report classified.",
"executor": "classifier_agent",
"data": {
"category": "security",
"urgency": "critical",
"sentiment": "neutral"
},
"created_at": "2026-06-15T03:07:54.521006Z"
},
{
"status": "routed",
"message": "Bug report routed.",
"executor": "router_executor",
"data": {
"selected_route": "request_human_approval"
},
"created_at": "2026-06-15T03:07:54.572695Z"
},
{
"status": "awaiting_human_review",
"message": "Waiting for human review.",
"executor": "request_human_review_executor",
"data": {},
"created_at": "2026-06-15T03:07:54.624247Z"
},
{
"status": "report_rejected",
"message": "Human reviewer rejected the report.",
"executor": "log_rejection_executor",
"data": {
"approver": "Demo Reviewer",
"human_review_action": "reject_report"
},
"created_at": "2026-06-15T03:07:54.727668Z"
}
],
"created_at": "2026-06-15T03:07:54.727685Z",
"updated_at": "2026-06-15T03:07:54.727685Z"
}
DEMO VALIDATION PASSED