6 lines
385 B
Markdown
6 lines
385 B
Markdown
# Agent Telemetry Streaming (Historical)
|
|
|
|
> **Note:** This historical spec covered the implementation of real-time streaming for the AI agent loop (Server-Sent Events) and timeline rendering.
|
|
|
|
The streaming system is fully implemented in `app/api/chat/route.ts` and rendered in the frontend via `Timeline`, `ThinkingBubble`, and `TimelineToolGroup` components inside `chat-panel.tsx`.
|