Skip to content

Commit 52819bd

Browse files
committed
feat(dashboard-agent): a TranscriptStorage over the dashboard agent's message rows
The real-schema conformance target for the storage contract: one row per message in chat_messages, with the runtime's state and cursors in two new nullable columns on chats. Paging is by position in SQL. The agent itself still persists through its hooks.
1 parent acb1ec3 commit 52819bd

8 files changed

Lines changed: 1580 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE "trigger_dashboard_agent"."chats" ADD COLUMN "transcript_state" jsonb;--> statement-breakpoint
2+
ALTER TABLE "trigger_dashboard_agent"."chats" ADD COLUMN "transcript_cursors" jsonb;

0 commit comments

Comments
 (0)