Commit a575cba
authored
docs: Expand troubleshooting event types for root cause diagnosis (#184)
Add detailed event type documentation to step 2b of the troubleshooting
guide, providing explicit guidance on key execution history events:
- Execution-level failures (ExecutionFailed, ExecutionTimedOut, ExecutionStopped)
- Context and step failures (ContextFailed, StepFailed with RetryDetails)
- Callback issues (CallbackStarted, CallbackTimedOut, CallbackFailed)
- Chained invocation failures (ChainedInvokeFailed/TimedOut/Stopped)
- Other signals (WaitCancelled, InvocationCompleted with Error)
This gives agents clearer guidance for interpreting execution history
events rather than relying on implicit knowledge.
Syncs with awslabs/agent-plugins#160.1 parent c451dcb commit a575cba
1 file changed
Lines changed: 26 additions & 1 deletion
Lines changed: 26 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 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 | + | |
43 | 68 | | |
44 | 69 | | |
45 | 70 | | |
| |||
0 commit comments