-
Notifications
You must be signed in to change notification settings - Fork 231
UI: Show error_category on failed executions #325
Copy link
Copy link
Open
Labels
ai-friendlyWell-documented task suitable for AI-assisted developmentWell-documented task suitable for AI-assisted developmentarea:observabilityLogging, monitoring, notesLogging, monitoring, notesarea:web-uiReact web UI functionalityReact web UI functionalityenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
ai-friendlyWell-documented task suitable for AI-assisted developmentWell-documented task suitable for AI-assisted developmentarea:observabilityLogging, monitoring, notesLogging, monitoring, notesarea:web-uiReact web UI functionalityReact web UI functionalityenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Ref #316, #319
Execution failures now include an
error_categoryfield that classifies the root cause. The UI should display this prominently on failed executions.Categories to handle:
llm_unavailableconcurrency_limitagent_timeoutagent_unreachableagent_errorbad_responseinternal_errorWhat to add:
The user in #316 had no way to tell if the problem was the LLM, the agent, or the control plane.