diff --git a/frontend/src/app/workspace/chats/[thread_id]/page.tsx b/frontend/src/app/workspace/chats/[thread_id]/page.tsx index 02f522c..d1feca6 100644 --- a/frontend/src/app/workspace/chats/[thread_id]/page.tsx +++ b/frontend/src/app/workspace/chats/[thread_id]/page.tsx @@ -21,6 +21,7 @@ import { InputBox } from "@/components/workspace/input-box"; import { MessageList } from "@/components/workspace/messages"; import { ThreadTitle } from "@/components/workspace/thread-title"; import { Tooltip } from "@/components/workspace/tooltip"; +import { Welcome } from "@/components/workspace/welcome"; import { useLocalSettings } from "@/core/settings"; import { type AgentThread } from "@/core/threads"; import { useSubmitThread, useThreadStream } from "@/core/threads/hooks"; @@ -125,18 +126,33 @@ export default function ChatPage() { />
+ Welcome to 🦌 DeerFlow, an open source super agent. With built-in and + custom +
++ skills, DeerFlow helps you search on the web, analyze data, and + generate +
{" "} +artifacts like slides, web pages and do almost anything.
+