chat-messages: add timeline module with builder, grouping, items, and rendering.

This commit is contained in:
CREDO23 2026-05-09 18:31:33 +02:00
parent 9e451a5907
commit 48c4df822a
12 changed files with 879 additions and 0 deletions

View file

@ -0,0 +1,3 @@
export { ItemHeader } from "./item-header";
export { ReasoningItem } from "./reasoning-item";
export { ToolCallItem } from "./tool-call-item";