@kiri_ikki/thread-client
v2.0.0
Published
Framework-neutral client for self-hosted CopilotKit thread history
Downloads
86
Maintainers
Readme
@kiri_ikki/thread-client
Framework-neutral HTTP and SSE client for the self-hosted CopilotKit Thread Platform.
import { ThreadClient } from "@kiri_ikki/thread-client";
const client = new ThreadClient({ baseUrl: "/agent-platform", credentials: "include" });
const page = await client.list({ limit: 30 });See the Consumer Quickstart.
