Skip to content

@pgege/kaboo-runtime


Interface: StoredThread

Defined in: src/store.ts:4

Lightweight per-thread summary returned by ThreadStore.listThreads.

Properties

agentId

agentId: string

Defined in: src/store.ts:8

Id of the agent that produced the thread's most recent run.


createdAt

createdAt: number

Defined in: src/store.ts:10

Creation time, epoch milliseconds.


id

id: string

Defined in: src/store.ts:6

Unique thread id (the CopilotKit threadId).


updatedAt

updatedAt: number

Defined in: src/store.ts:12

Last-updated time, epoch milliseconds (bumped on every persisted run).