- Created WorkflowDebugPanel.jsx: Collapsible panel showing debug info for each workflow node - Shows prompt sent to AI - Shows raw AI response - Shows parsed results - Shows normalized signals - Color-coded status (executed/failed/skipped) - Expandable/collapsible per node - Updated Analysis.jsx: - Added WorkflowDebugPanel import - Store node_states in newResult for debugging - Display WorkflowDebugPanel below InsightCard (both locations) This makes it easy to debug workflow issues by seeing exactly what happened at each node. |
||
|---|---|---|
| .. | ||
| components | ||
| config | ||
| context | ||
| layouts | ||
| pages | ||
| pilot | ||
| styles | ||
| utils | ||
| widgetSystem | ||
| app.css | ||
| App.jsx | ||
| main.jsx | ||