diff --git a/docs/public/chat_mode.png b/docs/public/chat_mode.png index 4fd0658..8c6ac42 100644 Binary files a/docs/public/chat_mode.png and b/docs/public/chat_mode.png differ diff --git a/docs/public/email_mode.png b/docs/public/email_mode.png index 53e4cf1..7f116fd 100644 Binary files a/docs/public/email_mode.png and b/docs/public/email_mode.png differ diff --git a/examples/chat-demo-app/README.md b/examples/chat-demo-app/README.md index 6390182..e22f373 100644 --- a/examples/chat-demo-app/README.md +++ b/examples/chat-demo-app/README.md @@ -3,7 +3,7 @@ ### Overview The demo showcases the versatility of the Multi-Agent Orchestrator System through an interactive chat interface. Watch how the system seamlessly handles diverse queries using specialized agents: -![Demo Application](./img/demo-app.jpg) +![Demo Application](./img/chat-demo-app.png) ### Featured Agents Our demo showcases specialized agents, each designed for specific use cases: diff --git a/examples/chat-demo-app/img/chat-demo-app.png b/examples/chat-demo-app/img/chat-demo-app.png new file mode 100644 index 0000000..93e32a5 Binary files /dev/null and b/examples/chat-demo-app/img/chat-demo-app.png differ diff --git a/examples/chat-demo-app/img/demo-app.jpg b/examples/chat-demo-app/img/demo-app.jpg deleted file mode 100644 index 2aa8d65..0000000 Binary files a/examples/chat-demo-app/img/demo-app.jpg and /dev/null differ diff --git a/examples/ecommerce-support-simulator/img/chat_mode.png b/examples/ecommerce-support-simulator/img/chat_mode.png index 4fd0658..8c6ac42 100644 Binary files a/examples/ecommerce-support-simulator/img/chat_mode.png and b/examples/ecommerce-support-simulator/img/chat_mode.png differ diff --git a/examples/ecommerce-support-simulator/img/email_mode.png b/examples/ecommerce-support-simulator/img/email_mode.png index 53e4cf1..7f116fd 100644 Binary files a/examples/ecommerce-support-simulator/img/email_mode.png and b/examples/ecommerce-support-simulator/img/email_mode.png differ diff --git a/examples/ecommerce-support-simulator/resources/ui/src/components/ChatMode.tsx b/examples/ecommerce-support-simulator/resources/ui/src/components/ChatMode.tsx index f1e95c4..aa31556 100644 --- a/examples/ecommerce-support-simulator/resources/ui/src/components/ChatMode.tsx +++ b/examples/ecommerce-support-simulator/resources/ui/src/components/ChatMode.tsx @@ -2,7 +2,6 @@ import React, { useEffect, useRef } from 'react'; import { Send } from 'lucide-react'; import ReactMarkdown from 'react-markdown'; import type { Message } from '../types'; - const ChatMode = ({ messages, customerMessage, @@ -46,20 +45,24 @@ const ChatMode = ({
{senderLabel}
++ {senderLabel} +
+
{new Date(msg.timestamp).toLocaleTimeString()}