validate-agent-ui 규칙이 요구하는 상태값 스키마에 맞춰 기존 code-first agent-ui 문서의 legacy 상태 표기를 정규화한다.
1.6 KiB
1.6 KiB
| ui_doc_type | component_id | status | source_evidence | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| component | domain-agent-card | 구현됨 |
|
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로 정의했다.