-
-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Labels
Description
Feat: 'Derailment' Intervention Interface
Context
When an agent sets its status to agent-task:blocked, the system must alert the human operator. This ticket covers the UI for that intervention.
Requirements
- Alerting: Visual notification in the Command Center when an agent blocks.
- Context View: Display the agent's last known state:
- The Issue it was working on.
- The last 5 "Thoughts" or log entries.
- The error message that caused the block.
- Interaction: A chat input where the human can provides new instructions.
- Resolution: A "Resume" button that updates the GitHub Issue with the human's feedback and clears the
blockedlabel.
Output
- A functional "Intervention Panel" component in the Command Center app.