-
-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Labels
Description
Create a reference implementation of a Modern AI Chat Interface to demonstrate the capabilities of the new markdown.VDom component.
Features:
- Streaming: Connect to a mock stream to demonstrate smooth text appending.
- Typing Effect: Implement a "Typing Buffer" that linearizes bursty network packets into a smooth visual flow (e.g., 1 char/10ms).
- Auto-Scroll: Robust "stick-to-bottom" logic that respects user scroll intent.
- Architecture: Use the
markdown.VDomcomponent to ensure 60fps rendering even during heavy streams.
Reactions are currently unavailable