thread-list
Installation
SKILL.md
assistant-ui Thread List
Always consult assistant-ui.com/llms.txt for the latest API.
A runtime starts with one in memory conversation. Add a thread list only when people need to create, select, and manage multiple conversations. Choose the managed cloud path, a backend adapter, or an external store before choosing the UI.
References
- ./references/management.md -- CRUD, initialization, refresh, pagination, metadata, and identifiers
- ./references/custom-ui.md -- every thread list primitive, custom layouts, search, grouping, and the installed element composition
- ./references/remote-adapter.md -- remote adapter contract, history adapters, store entries, authentication reload, and external stores
Quick Start
Install the runtime connected list with npx assistant-ui@latest add thread-list. It creates components/assistant-ui/elements/thread-list.aui.tsx. Pass an AssistantCloud instance to useChatRuntime for managed threads, then render the list and active thread beneath the provider.
"use client";