iop/agent-ui/definition/components/command-action-bar/index.md
toki bebd95f909 docs(agent-ui): legacy 상태값을 보정한다
validate-agent-ui 규칙이 요구하는 상태값 스키마에 맞춰 기존 code-first agent-ui 문서의 legacy 상태 표기를 정규화한다.
2026-06-25 10:54:05 +09:00

67 lines
1.7 KiB
Markdown

---
ui_doc_type: component
component_id: command-action-bar
status: 구현됨
source_evidence:
- type: code
path: apps/client/lib/widgets/runtime_panel.dart
notes: RuntimePanel renders Health Check, Agent Status, and Agent Command actions plus dialogs.
- type: docs
path: README.md
notes: Control Plane forwards operational command requests to Edge-owned operations.
- type: user
path: null
notes: Initial scaffold requested by user.
---
# Command Action Bar
Component ID: `command-action-bar`
Status: `구현됨`
## Source Evidence
| Type | Path | Notes |
|------|------|-------|
| code | `apps/client/lib/widgets/runtime_panel.dart` | `Health Check`, `Agent Status`, `Agent Command` buttons와 command dialogs를 구현한다. |
| docs | `README.md` | Control Plane은 Edge에 명령 전달과 제어 결과 관찰을 제공한다. |
| user | 없음 | 초기 agent-ui 생성을 요청했다. |
## Purpose
선택 Edge에 runtime/agent operation command를 실행하는 주요 action cluster다.
## Used By
- `runtime`: `runtime.command-actions`
## Anatomy
- health check button
- agent status button and selector dialog
- agent command button and selector/command dialog
- loading disabled state
## Variants
- system operation
- agent query
- agent command
## States
- default
- loading
- empty: Edge가 없으면 runtime view가 안내 메시지를 표시
- error: command status alert에서 처리
- disabled
## Rules
- loading 중에는 command action을 비활성화한다.
- agent command/status dialog는 selector가 비어 있으면 submit하지 않는다.
## Decision History
- 2026-06-25: `RuntimePanel`의 operation command 버튼과 dialogs를 component로 정의했다.