agenticv0.1

Components

Suggestion

A form field with an AI suggestion shown as ghost text, with accept/reject controls and a confidence badge. Tracks provenance for compliance — suggested → accepted (AI) → edited by human.

llms.txt ↗

Provenance

Accept the suggestion (Tab), then edit the value to see it flip to "Edited by human".

AI suggestion  · 98% confidence · Tab to accept
AI  · 95%
Edited by human

API

PropTypeDefaultDescription
labelstring''Field label.
suggestionstring | nullnullAI-suggested value, shown as ghost text.
confidencenumberConfidence 0–1, shown as a percentage badge.
placeholderstring''Input placeholder text.
valuestring''The field value (two-way, [(value)]).
acceptedbooleanfalseWhether the value came from the AI suggestion (two-way).