@kiri_ikki/thread-react
v2.0.0
Published
React hooks for self-hosted CopilotKit thread history and pagination
Maintainers
Readme
@kiri_ikki/thread-react
React thread manager for cursor pagination, selection, CRUD and realtime SSE
updates. It complements CopilotKit's CopilotChat; it does not replace chat
state or render messages.
import { ThreadClient, useThreadManager } from "@kiri_ikki/thread-react";
const client = new ThreadClient({ baseUrl: "/agent-platform" });
const manager = useThreadManager({ client, agentId: "default" });See the Consumer Quickstart.
