agenticv0.1

Components

Chat

A full chat surface: streaming markdown with syntax-highlighted code blocks, a collapsible reasoning trace, a thinking indicator, an empty state with suggestions and an auto-growing composer.

llms.txt ↗

Basic

The component is presentational: pass a store created with injectAgent. Connect your own transport (SSE/WebSocket) or replay fixtures — the kit never talks to an LLM.

Ask the KYC agent

API

PropTypeDefaultDescription
storeAgentStorerequiredAgent store created with injectAgent().
suggestionsstring[][]Prompt chips shown in the empty state.
emptyTitlestring'What can I help with?'Title shown in the empty state.
placeholderstring'Ask anything'Composer placeholder text.
ariaLabelstring'Message'Accessible label for the composer.
streamSpeedStreamSpeed'smooth''instant' | 'slow' | 'smooth' | 'fast', or words/second.