iop/agent-ui/definition/components/command-action-bar/index.md
2026-06-25 08:38:09 +09:00

1.7 KiB

ui_doc_type component_id status source_evidence
component command-action-bar implemented
type path notes
code apps/client/lib/widgets/runtime_panel.dart RuntimePanel renders Health Check, Agent Status, and Agent Command actions plus dialogs.
type path notes
docs README.md Control Plane forwards operational command requests to Edge-owned operations.
type path notes
user null Initial scaffold requested by user.

Command Action Bar

Component ID: command-action-bar

Status: implemented

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로 정의했다.