feat(agent): implement streamdown for real-time message rendering in chat

This commit is contained in:
HouYunFei
2026-07-09 17:16:35 +08:00
parent 25e1d173e8
commit 864ce4101a
7 changed files with 22 additions and 24 deletions
+1
View File
@@ -1,6 +1,7 @@
import React from "react";
import { createRoot } from "react-dom/client";
import "antd/dist/reset.css";
import "streamdown/styles.css";
import "./styles/globals.css";
import { RouterProvider } from "react-router-dom";