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

1.6 KiB

ui_doc_type component_id status source_evidence
component domain-agent-card 구현됨
type path notes
code apps/client/lib/widgets/runtime_panel.dart _buildDomainAgentsGrid renders domain agent cards with lifecycle state and active command id.
type path notes
docs README.md Domain agents are specialized Edge-connected automation executors.
type path notes
user null Initial scaffold requested by user.

Domain Agent Card

Component ID: domain-agent-card

Status: 구현됨

Source Evidence

Type Path Notes
code apps/client/lib/widgets/runtime_panel.dart _buildDomainAgentsGrid가 domain agent card grid를 렌더링한다.
docs README.md Domain agent는 Edge에 직접 붙는 specialized automation executor로 설명된다.
user 없음 초기 agent-ui 생성을 요청했다.

Purpose

Edge에 보고된 domain agent의 availability, lifecycle state, active command를 보여준다.

Used By

  • runtime: runtime.domain-agents

Anatomy

  • agent kind
  • lifecycle state badge
  • summary or availability
  • active command id

Variants

  • ready
  • busy/running
  • error/failed
  • unknown

States

  • default
  • empty: no domain agents message
  • loading: view-level state
  • error: lifecycle state color로 표현
  • disabled: 없음

Rules

  • grid는 width가 넓으면 2 columns, 좁으면 1 column로 표시한다.
  • active command id는 monospace style로 표시한다.

Decision History

  • 2026-06-25: RuntimePanel의 domain agent grid를 component로 정의했다.