Expand description
Agent-related UI, apart from the component library: what a chat client draws around the model, not the widgets it composes.
Two pieces. orbs is the model’s working state, animated by its own
clock. [avatar] is a face: a silhouette generated from a preset, a name or
avatar::Shape::random, painted in the theme’s colors.
ⓘ
agent::avatar(Face::from("Sara").pose(t)).w(px(48.)).h(px(48.))