Skip to content
Binary UIKit reference Stable

AgentTaskList

Ordered agent task plan with status, summaries, and controlled detail disclosures.

Use AgentTaskList for a consumer-owned execution plan. Keep each closed task on one scan line when content fits, with visible status text. Wrap long content in narrow containers. Preserve blocked and failed tasks until the plan changes.

Interactive example

Loading interactive example

API

MemberTypeKindRequiredDefault
announcementstringpropNoundefined
emptyMessagestringpropNoundefined
expandedIdsstring[]bindingNo[]
headingLevel1 | 2 | 3 | 4 | 5 | 6propNo2
labelstringpropYes
onExpandedIdsChange(ids: string[]) => voidcallbackNoundefined
tasksreadonly AgentTask[]propYes

Examples

Source

Loading source