Agent memory architecture
Context structuring experiment
Evaluation dataset
Default
Interactive dense rows.
/render stateCompact scan-line primitive for lists, menus, and dense product panes.
Rows are the base unit of product density. Keep metadata right-aligned, truncate labels, and use one leading affordance.
Controls update query params directly, so every primitive state can be linked, rendered, and screenshotted deterministically.
Every state maps to the same render route through the `state` query param.
Interactive dense rows.
/render statePassive row treatment.
/render state| Name | Type | Default | Description |
|---|---|---|---|
leadingIcon | IconName | ReactElement | - | Icon tile at the row start. |
meta | ReactNode | - | Right-aligned mono metadata. |
interactive | boolean | false | Adds hover surface treatment. |
children | ReactNode | - | Row label. |