AgentInputBubble
components/agent/InputBubble.vue
Dark "waiting for your input" callout with an action button and a stepped pixel tail — hangs above an AgentPawn in the needs-input state.
Waiting for your input
action emitted: 0
Scenarios
Waiting for your input
Approve destructive operation?
components/agent/InputBubble.vue
Usage
<AgentInputBubble
text = "Waiting for your input"
buttonText = "Go to Agent"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| text | String | 'Waiting for your input' | Bubble message. |
| buttonText | String | 'Go to Agent' | Action button label. |
Events
| Event | Description |
|---|---|
| action | Action button clicked. |