Components
Plan
The agent's plan / execution-trace as a vertical timeline of steps — pending, active, done or error — with a progress summary in the header. Collapsible.
Timeline
- Extract document fieldsCompleted
- Match name against applicationCompleted
- Screen sanctions & PEP listsIn progress
- Compute risk scorePending
API
| Prop | Type | Default | Description |
|---|---|---|---|
steps | PlanStep[] | required | Ordered steps: { id, label, status }. |
title | string | 'Plan' | Header title. |