Spaces:
Paused
Paused
File size: 38,020 Bytes
4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee 44ebcd1 4aefbee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
import React, { useState, useEffect, useRef, useCallback, useMemo } from 'react';
import { flushSync } from 'react-dom';
import Snackbar from '@mui/material/Snackbar';
import Alert from '@mui/material/Alert';
import { FaCog, FaPaperPlane, FaStop, FaPlus, FaGoogle, FaMicrosoft, FaSlack } from 'react-icons/fa';
import IntialSetting from './IntialSetting';
import AddContentDropdown from './AiComponents/Dropdowns/AddContentDropdown';
import AddFilesDialog from './AiComponents/Dropdowns/AddFilesDialog';
import ChatWindow from './AiComponents/ChatWindow';
import RightSidebar from './AiComponents/Sidebars/RightSidebar';
import Notification from '../Components/AiComponents/Notifications/Notification';
import { useNotification } from '../Components/AiComponents/Notifications/useNotification';
import './AiPage.css';
function AiPage() {
// Sidebar and other states
const [isRightSidebarOpen, setRightSidebarOpen] = useState(
localStorage.getItem("rightSidebarState") === "true"
);
const [rightSidebarWidth, setRightSidebarWidth] = useState(300);
const [sidebarContent, setSidebarContent] = useState("default");
const [searchText, setSearchText] = useState("");
const textAreaRef = useRef(null);
const [showSettingsModal, setShowSettingsModal] = useState(false);
const [showChatWindow, setShowChatWindow] = useState(false);
const [chatBlocks, setChatBlocks] = useState([]);
const [selectedChatBlockId, setSelectedChatBlockId] = useState(null);
const addBtnRef = useRef(null);
const chatAddBtnRef = useRef(null);
const [isAddContentOpen, setAddContentOpen] = useState(false);
const [isTooltipSuppressed, setIsTooltipSuppressed] = useState(false);
const [isAddFilesDialogOpen, setIsAddFilesDialogOpen] = useState(false);
const [defaultChatHeight, setDefaultChatHeight] = useState(null);
const [chatBottomPadding, setChatBottomPadding] = useState("60px");
const [sessionContent, setSessionContent] = useState({ files: [], links: [] });
// States/refs for streaming
const [isProcessing, setIsProcessing] = useState(false);
const [activeBlockId, setActiveBlockId] = useState(null);
const activeEventSourceRef = useRef(null);
// Snackbar state
const [snackbar, setSnackbar] = useState({
open: false,
message: "",
severity: "success",
});
// State for tracking selected services
const [selectedServices, setSelectedServices] = useState({
google: [],
microsoft: [],
slack: false
});
// Notifications
const {
notifications,
addNotification,
removeNotification,
updateNotification
} = useNotification();
// Token management
const tokenExpiryTimersRef = useRef({});
const notificationIdsRef = useRef({});
// Function to open the snackbar
const openSnackbar = useCallback((message, severity = "success", duration) => {
let finalDuration;
if (duration !== undefined) {
// If a specific duration is provided (e.g., 5000 or null), use it.
finalDuration = duration;
} else {
// Otherwise, use the default logic.
finalDuration = severity === 'success' ? 3000 : null; // Success auto-hides, others are persistent by default.
}
setSnackbar({ open: true, message, severity, duration: finalDuration });
}, []);
// Function to close the snackbar
const closeSnackbar = (event, reason) => {
if (reason === 'clickaway') return;
setSnackbar(prev => ({ ...prev, open: false, duration: null }));
};
useEffect(() => {
localStorage.setItem("rightSidebarState", isRightSidebarOpen);
}, [isRightSidebarOpen]);
// Add cleanup handler for when the user closes the tab/browser
useEffect(() => {
const handleCleanup = () => {
navigator.sendBeacon('/cleanup');
};
window.addEventListener('beforeunload', handleCleanup);
return () => window.removeEventListener('beforeunload', handleCleanup);
}, []);
useEffect(() => {
document.documentElement.style.setProperty('--right-sidebar-width', rightSidebarWidth + 'px');
}, [rightSidebarWidth]);
// Dynamically increase height of chat input field based on newlines entered
useEffect(() => {
if (textAreaRef.current) {
if (!defaultChatHeight) {
setDefaultChatHeight(textAreaRef.current.scrollHeight);
}
textAreaRef.current.style.height = "auto";
textAreaRef.current.style.overflowY = "hidden";
const newHeight = textAreaRef.current.scrollHeight;
let finalHeight = newHeight;
if (newHeight > 200) {
finalHeight = 200;
textAreaRef.current.style.overflowY = "auto";
}
textAreaRef.current.style.height = `${finalHeight}px`;
const minPaddingPx = 0;
const maxPaddingPx = 59;
let newPaddingPx = minPaddingPx;
if (defaultChatHeight && finalHeight > defaultChatHeight) {
newPaddingPx =
minPaddingPx +
((finalHeight - defaultChatHeight) / (200 - defaultChatHeight)) *
(maxPaddingPx - minPaddingPx);
if (newPaddingPx > maxPaddingPx) newPaddingPx = maxPaddingPx;
}
setChatBottomPadding(`${newPaddingPx}px`);
}
}, [searchText, defaultChatHeight]);
// Update backend whenever selected services change
useEffect(() => {
const updateSelectedServices = async () => {
try {
await fetch('/api/selected-services', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
services: selectedServices
})
});
} catch (error) {
console.error('Failed to update selected services:', error);
}
};
updateSelectedServices();
}, [selectedServices]);
// Clear all tokens on page load
useEffect(() => {
// Clear all provider tokens on new tab/page load
['google', 'microsoft', 'slack'].forEach(provider => {
sessionStorage.removeItem(`${provider}_token`);
sessionStorage.removeItem(`${provider}_token_expiry`);
});
// Clear any existing timers
Object.values(tokenExpiryTimersRef.current).forEach(timer => clearTimeout(timer));
tokenExpiryTimersRef.current = {};
console.log('Cleared all tokens for new session');
}, []);
const handleOpenRightSidebar = (content, chatBlockId = null) => {
flushSync(() => {
if (chatBlockId) {
setSelectedChatBlockId(chatBlockId);
}
setSidebarContent(content ? content : "default");
setRightSidebarOpen(true);
});
};
const handleEvaluationError = useCallback((blockId, errorMsg) => {
setChatBlocks(prev =>
prev.map(block =>
block.id === blockId
? { ...block, isError: true, errorMessage: errorMsg }
: block
)
);
}, []);
// Function to store token with expiry
const storeTokenWithExpiry = (provider, token) => {
const expiryTime = Date.now() + (60 * 60 * 1000); // 1 hour from now
sessionStorage.setItem(`${provider}_token`, token);
sessionStorage.setItem(`${provider}_token_expiry`, expiryTime.toString());
// Set up expiry timer
setupTokenExpiryTimer(provider, expiryTime);
};
// Function to check if token is valid
const isTokenValid = (provider) => {
const token = sessionStorage.getItem(`${provider}_token`);
const expiry = sessionStorage.getItem(`${provider}_token_expiry`);
if (!token || !expiry) return false;
const expiryTime = parseInt(expiry);
return Date.now() < expiryTime;
};
// Function to get valid token
const getValidToken = (provider) => {
if (isTokenValid(provider)) {
return sessionStorage.getItem(`${provider}_token`);
}
return null;
};
// Function to get provider icon
const getProviderIcon = useCallback((provider) => {
switch (provider.toLowerCase()) {
case 'google':
return <FaGoogle />;
case 'microsoft':
return <FaMicrosoft />;
case 'slack':
return <FaSlack />;
default:
return null;
}
}, []);
// Function to get provider color
const getProviderColor = useCallback((provider) => {
switch (provider.toLowerCase()) {
case 'google':
return '#4285F4';
case 'microsoft':
return '#00A4EF';
case 'slack':
return '#4A154B';
default:
return '#666';
}
}, []);
// Function to set up timer for token expiry notification
const setupTokenExpiryTimer = useCallback((provider, expiryTime) => {
// Clear existing timer if any
if (tokenExpiryTimersRef.current[provider]) {
clearTimeout(tokenExpiryTimersRef.current[provider]);
}
// Remove any existing notification for this provider
if (notificationIdsRef.current[provider]) {
removeNotification(notificationIdsRef.current[provider]);
delete notificationIdsRef.current[provider];
}
const timeUntilExpiry = expiryTime - Date.now();
if (timeUntilExpiry > 0) {
tokenExpiryTimersRef.current[provider] = setTimeout(() => {
const providerName = provider.charAt(0).toUpperCase() + provider.slice(1);
const providerColor = getProviderColor(provider);
// Add notification
const notificationId = addNotification({
type: 'warning',
title: `${providerName} Authentication Expired`,
message: `Your ${providerName} authentication has expired. Please reconnect to continue using ${providerName} services.`,
icon: getProviderIcon(provider),
dismissible: true,
autoDismiss: false,
actions: [
{
id: 'reconnect',
label: `Reconnect ${providerName}`,
style: {
background: providerColor,
color: 'white',
border: 'none'
},
data: { provider }
}
],
style: {
borderLeftColor: providerColor
}
});
// Store notification ID
notificationIdsRef.current[provider] = notificationId;
// Clear token data
sessionStorage.removeItem(`${provider}_token`);
sessionStorage.removeItem(`${provider}_token_expiry`);
// Update selected services to reflect disconnection
if (provider === 'slack') {
setSelectedServices(prev => ({ ...prev, slack: false }));
} else {
setSelectedServices(prev => ({ ...prev, [provider]: [] }));
}
}, timeUntilExpiry);
}
}, [addNotification, getProviderColor, getProviderIcon, removeNotification, setSelectedServices]);
// Check existing tokens on component mount and set up timers
useEffect(() => {
['google', 'microsoft', 'slack'].forEach(provider => {
const expiry = sessionStorage.getItem(`${provider}_token_expiry`);
if (expiry) {
const expiryTime = parseInt(expiry);
if (Date.now() < expiryTime) {
setupTokenExpiryTimer(provider, expiryTime);
} else {
// Token already expired, clear it
sessionStorage.removeItem(`${provider}_token`);
sessionStorage.removeItem(`${provider}_token_expiry`);
}
}
});
// Cleanup timers on unmount
return () => {
Object.values(tokenExpiryTimersRef.current).forEach(timer => clearTimeout(timer));
};
}, [setupTokenExpiryTimer]);
// Initiate the SSE
const initiateSSE = (query, blockId) => {
const startTime = Date.now();
const sseUrl = `/message-sse?user_message=${encodeURIComponent(query)}`;
const eventSource = new EventSource(sseUrl);
activeEventSourceRef.current = eventSource;
eventSource.addEventListener("token", (e) => {
const { chunk, index } = JSON.parse(e.data);
console.log("[SSE token chunk]", JSON.stringify(chunk));
console.log("[SSE token index]", JSON.stringify(index));
setChatBlocks(prevBlocks => {
return prevBlocks.map(block => {
if (block.id === blockId) {
const newTokenArray = block.tokenChunks ? [...block.tokenChunks] : [];
newTokenArray[index] = chunk;
return {
...block,
tokenChunks: newTokenArray
};
}
return block;
});
});
});
eventSource.addEventListener("final_message", (e) => {
console.log("[SSE final message]", e.data);
const endTime = Date.now();
const thinkingTime = ((endTime - startTime) / 1000).toFixed(1);
// Only update thinkingTime so the streaming flag turns false and the cursor disappears
setChatBlocks(prev => prev.map(block =>
block.id === blockId
? { ...block, thinkingTime }
: block
));
});
// Listen for the "final_sources" event to update sources in AI answer of this chat block.
eventSource.addEventListener("final_sources", (e) => {
try {
const sources = JSON.parse(e.data);
console.log("Final sources received:", sources);
setChatBlocks(prev => prev.map(block =>
block.id === blockId ? { ...block, finalSources: sources } : block
));
} catch (err) {
console.error("Error parsing final_sources event:", err);
}
});
// Listen for the "complete" event to know when to close the connection.
eventSource.addEventListener("complete", (e) => {
console.log("Complete event received:", e.data);
eventSource.close();
activeEventSourceRef.current = null;
setIsProcessing(false);
setActiveBlockId(null);
});
// Update actions for only this chat block.
eventSource.addEventListener("action", (e) => {
try {
const actionData = JSON.parse(e.data);
console.log("Action event received:", actionData);
setChatBlocks(prev => prev.map(block => {
if (block.id === blockId) {
let updatedBlock = { ...block, actions: [...(block.actions || []), actionData] };
if (actionData.name === "sources") {
updatedBlock.sources = actionData.payload;
}
if (actionData.name === "graph") {
updatedBlock.graph = actionData.payload;
}
return updatedBlock;
}
return block;
}));
} catch (err) {
console.error("Error parsing action event:", err);
}
});
// Update the error for this chat block.
eventSource.addEventListener("error", (e) => {
console.error("Error from SSE:", e.data);
setChatBlocks(prev => prev.map(block =>
block.id === blockId
? {
...block,
isError: true,
errorMessage: e.data,
aiAnswer: "",
tasks: []
}
: block
));
eventSource.close();
activeEventSourceRef.current = null;
setIsProcessing(false);
setActiveBlockId(null);
});
eventSource.addEventListener("step", (e) => {
console.log("Step event received:", e.data);
setChatBlocks(prev => prev.map(block =>
block.id === blockId
? { ...block, thoughtLabel: e.data }
: block
));
});
eventSource.addEventListener("sources_read", (e) => {
console.log("Sources read event received:", e.data);
try {
const parsed = JSON.parse(e.data);
let count;
if (typeof parsed === 'number') {
count = parsed;
} else if (parsed && typeof parsed.count === 'number') {
count = parsed.count;
}
if (typeof count === 'number') {
setChatBlocks(prev => prev.map(block =>
block.id === blockId
? { ...block, sourcesRead: count, sources: parsed.sources || [] }
: block
));
}
} catch(err) {
if (e.data.trim() !== "") {
setChatBlocks(prev => prev.map(block =>
block.id === blockId
? { ...block, sourcesRead: e.data }
: block
));
}
}
});
eventSource.addEventListener("task", (e) => {
console.log("Task event received:", e.data);
try {
const taskData = JSON.parse(e.data);
setChatBlocks(prev => prev.map(block => {
if (block.id === blockId) {
const existingTaskIndex = (block.tasks || []).findIndex(t => t.task === taskData.task);
if (existingTaskIndex !== -1) {
const updatedTasks = [...block.tasks];
updatedTasks[existingTaskIndex] = { ...updatedTasks[existingTaskIndex], status: taskData.status };
return { ...block, tasks: updatedTasks };
} else {
return { ...block, tasks: [...(block.tasks || []), taskData] };
}
}
return block;
}));
} catch (error) {
console.error("Error parsing task event:", error);
}
});
};
// Create a new chat block and initiate the SSE
const handleSend = () => {
if (!searchText.trim()) return;
const blockId = new Date().getTime();
setActiveBlockId(blockId);
setIsProcessing(true);
setChatBlocks(prev => [
...prev,
{
id: blockId,
userMessage: searchText,
tokenChunks: [],
aiAnswer: "",
thinkingTime: null,
thoughtLabel: "",
sourcesRead: "",
tasks: [],
sources: [],
actions: []
}
]);
setShowChatWindow(true);
const query = searchText;
setSearchText("");
initiateSSE(query, blockId);
};
const handleKeyDown = (e) => {
if (e.key === "Enter" && !e.shiftKey) {
e.preventDefault();
if (!isProcessing) {
handleSend();
}
}
};
// Stop the user request and close the active SSE connection
const handleStop = async () => {
// Close the active SSE connection if it exists
if (activeEventSourceRef.current) {
activeEventSourceRef.current.close();
activeEventSourceRef.current = null;
}
// Send POST request to /stop and update the chat block with the returned message
try {
const response = await fetch('/stop', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({})
});
const data = await response.json();
if (activeBlockId) {
setChatBlocks(prev => prev.map(block =>
block.id === activeBlockId
? { ...block, aiAnswer: data.message, thinkingTime: 0, tasks: [] }
: block
));
}
} catch (error) {
console.error("Error stopping the request:", error);
if (activeBlockId) {
setChatBlocks(prev => prev.map(block =>
block.id === activeBlockId
? { ...block, aiAnswer: "Error stopping task", thinkingTime: 0, tasks: [] }
: block
));
}
}
setIsProcessing(false);
setActiveBlockId(null);
};
const handleSendButtonClick = () => {
if (searchText.trim()) handleSend();
};
// Toggle the Add Content dropdown
const handleToggleAddContent = (event) => {
event.stopPropagation(); // Prevents the click from closing the menu immediately
// If we are about to close the dropdown, suppress the tooltip.
if (isAddContentOpen) {
setIsTooltipSuppressed(true);
}
setAddContentOpen(prev => !prev);
};
// Handle mouse enter on the Add Content button to suppress tooltip
const handleMouseLeaveAddBtn = () => {
setIsTooltipSuppressed(false);
};
// Close the Add Content dropdown
const closeAddContentDropdown = () => {
setAddContentOpen(false);
};
// Open the Add Files dialog
const handleOpenAddFilesDialog = () => {
setAddContentOpen(false); // Close the dropdown when opening the dialog
setIsAddFilesDialogOpen(true);
};
// Fetch excerpts for a specific block
const handleFetchExcerpts = useCallback(async (blockId) => {
let blockIndex = -1;
let currentBlock = null;
// Find the block to check its current state
setChatBlocks(prev => {
blockIndex = prev.findIndex(b => b.id === blockId);
if (blockIndex !== -1) {
currentBlock = prev[blockIndex];
}
// No state change here, just reading the state
return prev;
});
// Prevent fetching if already loaded or currently loading
if (blockIndex === -1 || !currentBlock || currentBlock.excerptsData || currentBlock.isLoadingExcerpts) return;
// Set loading state for the specific block
setChatBlocks(prev => prev.map(b =>
b.id === blockId ? { ...b, isLoadingExcerpts: true } : b
));
try {
// Call the backend endpoint to get excerpts
const response = await fetch('/action/excerpts', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ blockId: blockId })
});
if (!response.ok) {
const errorData = await response.json();
throw new Error(errorData.detail || `HTTP error! status: ${response.status}`);
}
const data = await response.json();
console.log("Fetched excerpts data from backend:", data.result);
// Update the specific block with the fetched excerptsData
setChatBlocks(prev => prev.map(b =>
b.id === blockId
? {
...b,
excerptsData: data.result, // Store the fetched data
isLoadingExcerpts: false, // Turn off loading
}
: b
));
openSnackbar("Excerpts loaded successfully!", "success");
} catch (error) {
console.error("Error requesting excerpts:", error);
// Reset loading state on error
setChatBlocks(prev => prev.map(b =>
b.id === blockId ? { ...b, isLoadingExcerpts: false } : b
));
openSnackbar(`Failed to load excerpts`, "error");
}
}, [openSnackbar]);
// Function to handle notification actions
const handleNotificationAction = (notificationId, actionId, actionData) => {
console.log('Notification action triggered:', { notificationId, actionId, actionData });
// Handle both 'reconnect' and 'connect' actions
if ((actionId === 'reconnect' || actionId === 'connect') && actionData?.provider) {
// Remove the notification
removeNotification(notificationId);
// Clean up stored notification ID if it exists
if (notificationIdsRef.current[actionData.provider] === notificationId) {
delete notificationIdsRef.current[actionData.provider];
}
// Trigger authentication
initiateOAuth(actionData.provider);
}
};
// Function to initiate OAuth
const initiateOAuth = (provider) => {
const authUrls = {
google: `https://accounts.google.com/o/oauth2/v2/auth?` +
`client_id=${process.env.REACT_APP_GOOGLE_CLIENT_ID}&` +
`response_type=token&` +
`scope=email profile https://www.googleapis.com/auth/drive.readonly https://www.googleapis.com/auth/gmail.readonly https://www.googleapis.com/auth/calendar.readonly https://www.googleapis.com/auth/tasks.readonly&` +
`redirect_uri=${window.location.origin}/auth-receiver.html&` +
`prompt=select_account`,
microsoft: `https://login.microsoftonline.com/common/oauth2/v2.0/authorize?` +
`client_id=${process.env.REACT_APP_MICROSOFT_CLIENT_ID}&` +
`response_type=token&` +
`scope=openid profile email Files.Read.All Mail.Read Calendars.Read Tasks.Read Notes.Read&` +
`redirect_uri=${window.location.origin}/auth-receiver.html&` +
`response_mode=fragment&` +
`prompt=select_account`,
slack: `https://slack.com/oauth/v2/authorize?` +
`client_id=${process.env.REACT_APP_SLACK_CLIENT_ID}&` +
`scope=channels:read,channels:history,files:read,groups:read,im:read,mpim:read,search:read,users:read&` +
`redirect_uri=${window.location.origin}/auth-receiver.html`
};
const authWindow = window.open(
authUrls[provider],
'Connect Account',
'width=600,height=700,left=200,top=100'
);
// Show connecting notification
const connectingNotificationId = addNotification({
type: 'info',
title: `Connecting to ${provider.charAt(0).toUpperCase() + provider.slice(1)}`,
message: 'Please complete the authentication in the popup window...',
icon: getProviderIcon(provider),
dismissible: false,
autoDismiss: false
});
// Set up message listener
const messageHandler = async (event) => {
if (event.origin !== window.location.origin) return;
if (event.data.type === 'auth-success') {
const { token } = event.data;
// Remove connecting notification
removeNotification(connectingNotificationId);
// Store token with expiry
storeTokenWithExpiry(provider, token);
// Send token to backend
try {
const response = await fetch('/api/session-token', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
provider,
token
})
});
if (response.ok) {
// Show success notification
addNotification({
type: 'success',
title: 'Connected Successfully',
message: `Successfully connected to ${provider.charAt(0).toUpperCase() + provider.slice(1)}!`,
icon: getProviderIcon(provider),
autoDismiss: true,
duration: 3000,
showProgress: true
});
}
} catch (error) {
console.error(`Failed to connect to ${provider}:`, error);
addNotification({
type: 'error',
title: 'Connection Failed',
message: `Failed to connect to ${provider.charAt(0).toUpperCase() + provider.slice(1)}. Please try again.`,
autoDismiss: true,
duration: 5000
});
}
window.removeEventListener('message', messageHandler);
} else if (event.data.type === 'auth-failed') {
// Remove connecting notification
removeNotification(connectingNotificationId);
// Show error notification
addNotification({
type: 'error',
title: 'Authentication Failed',
message: `Failed to authenticate with ${provider.charAt(0).toUpperCase() + provider.slice(1)}. Please try again.`,
autoDismiss: true,
duration: 5000
});
window.removeEventListener('message', messageHandler);
}
};
window.addEventListener('message', messageHandler);
// Handle if user closes the popup without authenticating
const checkInterval = setInterval(() => {
if (authWindow.closed) {
clearInterval(checkInterval);
removeNotification(connectingNotificationId);
window.removeEventListener('message', messageHandler);
}
}, 1000);
};
// Handle service selection from dropdown
const handleServiceClick = useCallback((provider, service) => {
// Toggle selection
if (provider === 'slack') {
setSelectedServices(prev => ({ ...prev, slack: !prev.slack }));
} else {
setSelectedServices(prev => ({
...prev,
[provider]: prev[provider].includes(service)
? prev[provider].filter(s => s !== service)
: [...prev[provider], service]
}));
}
// Check if token is valid
if (!isTokenValid(provider)) {
// Show notification prompting to authenticate
const notificationId = addNotification({
type: 'info',
title: 'Authentication Required',
message: `Please connect your ${provider.charAt(0).toUpperCase() + provider.slice(1)} account to use this service.`,
icon: getProviderIcon(provider),
actions: [
{
id: 'connect',
label: `Connect ${provider.charAt(0).toUpperCase() + provider.slice(1)}`,
style: {
background: getProviderColor(provider),
color: 'white',
border: 'none'
},
data: { provider }
}
],
autoDismiss: true,
duration: 5000,
showProgress: true
});
}
}, [addNotification, getProviderIcon, getProviderColor]);
// Get the chat block whose details should be shown in the sidebar.
const selectedBlock = chatBlocks.find(block => block.id === selectedChatBlockId);
const evaluateAction = selectedBlock && selectedBlock.actions
? selectedBlock.actions.find(a => a.name === "evaluate")
: null;
// Memoized evaluation object
const evaluation = useMemo(() => {
if (!evaluateAction) return null;
return {
...evaluateAction.payload,
blockId: selectedBlock?.id,
onError: handleEvaluationError,
};
}, [evaluateAction, selectedBlock?.id, handleEvaluationError]);
return (
<div
className="app-container"
style={{
paddingRight: isRightSidebarOpen
? Math.max(0, rightSidebarWidth - 250) + 'px'
: 0,
}}
>
<Notification
notifications={notifications}
position="top-right"
animation="slide"
stackDirection="down"
maxNotifications={5}
spacing={12}
offset={{ x: 20, y: 20 }}
onDismiss={removeNotification}
onAction={handleNotificationAction}
theme="light"
/>
{showChatWindow && selectedBlock && (sidebarContent !== "default" || (selectedBlock.tasks && selectedBlock.tasks.length > 0) || (selectedBlock.sources && selectedBlock.sources.length > 0)) && (
<div className="floating-sidebar">
<RightSidebar
isOpen={isRightSidebarOpen}
rightSidebarWidth={rightSidebarWidth}
setRightSidebarWidth={setRightSidebarWidth}
toggleRightSidebar={() => setRightSidebarOpen(!isRightSidebarOpen)}
sidebarContent={sidebarContent}
tasks={selectedBlock.tasks || []}
tasksLoading={false}
sources={selectedBlock.sources || []}
sourcesLoading={false}
onSourceClick={(source) => {
if (!source || !source.link) return;
window.open(source.link, '_blank');
}}
evaluation={evaluation}
/>
</div>
)}
<main className="main-content">
{showChatWindow ? (
<>
<div className="chat-container">
{chatBlocks.map((block) => (
<ChatWindow
key={block.id}
blockId={block.id}
userMessage={block.userMessage}
tokenChunks={block.tokenChunks}
aiAnswer={block.aiAnswer}
thinkingTime={block.thinkingTime}
thoughtLabel={block.thoughtLabel}
sourcesRead={block.sourcesRead}
finalSources={block.finalSources}
excerptsData={block.excerptsData}
isLoadingExcerpts={block.isLoadingExcerpts}
onFetchExcerpts={handleFetchExcerpts}
actions={block.actions}
tasks={block.tasks}
openRightSidebar={handleOpenRightSidebar}
openLeftSidebar={() => { /* if needed */ }}
isError={block.isError}
errorMessage={block.errorMessage}
/>
))}
</div>
<div
className="floating-chat-search-bar"
style={{
transform: isRightSidebarOpen
? `translateX(calc(-50% - ${Math.max(0, (rightSidebarWidth - 250) / 2)}px))`
: 'translateX(-50%)'
}}
>
<div className="chat-search-input-wrapper" style={{ paddingBottom: chatBottomPadding }}>
<textarea
rows="1"
className="chat-search-input"
placeholder="Message..."
value={searchText}
onChange={(e) => setSearchText(e.target.value)}
onKeyDown={handleKeyDown}
ref={textAreaRef}
/>
</div>
<div className="chat-icon-container">
<div className="chat-left-icons">
<div className="tooltip-wrapper">
<button
className="chat-settings-btn"
onClick={() => setShowSettingsModal(true)}
>
<FaCog />
</button>
<span className="tooltip">Settings</span>
</div>
<div
className="tooltip-wrapper"
onMouseLeave={handleMouseLeaveAddBtn}
>
<button className="chat-add-btn" onClick={handleToggleAddContent} ref={chatAddBtnRef}>
<FaPlus />
</button>
<span className={`tooltip ${isAddContentOpen || isTooltipSuppressed ? 'hidden' : ''}`}>Add Content</span>
<AddContentDropdown
isOpen={isAddContentOpen}
onClose={closeAddContentDropdown}
toggleButtonRef={chatAddBtnRef}
onAddFilesClick={handleOpenAddFilesDialog}
onServiceClick={handleServiceClick}
selectedServices={selectedServices}
/>
</div>
</div>
{/* Conditionally render Stop or Send button */}
<div className="tooltip-wrapper">
<button
className={`chat-send-btn ${isProcessing ? 'stop-btn' : ''}`}
onClick={isProcessing ? handleStop : handleSendButtonClick}
>
{isProcessing ? <FaStop size={12} color="black" /> : <FaPaperPlane />}
</button>
<span className="tooltip">{isProcessing ? 'Stop' : 'Send'}</span>
</div>
</div>
</div>
</>
) : (
<div className="search-area">
<h1>How can I help you today?</h1>
<div className="search-bar">
<div className="search-input-wrapper">
<textarea
rows="1"
className="search-input"
placeholder="Message..."
value={searchText}
onChange={(e) => setSearchText(e.target.value)}
onKeyDown={handleKeyDown}
ref={textAreaRef}
/>
</div>
<div className="icon-container">
<div className="left-icons">
<div className="tooltip-wrapper">
<button
className="settings-btn"
onClick={() => setShowSettingsModal(true)}
>
<FaCog />
</button>
<span className="tooltip">Settings</span>
</div>
<div
className="tooltip-wrapper"
onMouseLeave={handleMouseLeaveAddBtn}
>
<button className="add-btn" onClick={handleToggleAddContent} ref={addBtnRef}>
<FaPlus />
</button>
<span className={`tooltip ${isAddContentOpen || isTooltipSuppressed ? 'hidden' : ''}`}>Add Content</span>
<AddContentDropdown
isOpen={isAddContentOpen}
onClose={closeAddContentDropdown}
toggleButtonRef={addBtnRef}
onAddFilesClick={handleOpenAddFilesDialog}
onServiceClick={handleServiceClick}
selectedServices={selectedServices}
/>
</div>
</div>
<div className="tooltip-wrapper">
<button
className={`send-btn ${isProcessing ? 'stop-btn' : ''}`}
onClick={isProcessing ? handleStop : handleSendButtonClick}
>
{isProcessing ? <FaStop /> : <FaPaperPlane />}
</button>
<span className="tooltip">{isProcessing ? 'Stop' : 'Send'}</span>
</div>
</div>
</div>
</div>
)}
</main>
{showSettingsModal && (
<IntialSetting
trigger={true}
setTrigger={() => setShowSettingsModal(false)}
fromAiPage={true}
openSnackbar={openSnackbar}
closeSnackbar={closeSnackbar}
/>
)}
{isAddFilesDialogOpen && (
<AddFilesDialog
isOpen={isAddFilesDialogOpen}
onClose={() => setIsAddFilesDialogOpen(false)}
openSnackbar={openSnackbar}
setSessionContent={setSessionContent}
/>
)}
<Snackbar
open={snackbar.open}
autoHideDuration={snackbar.duration}
onClose={closeSnackbar}
anchorOrigin={{ vertical: 'top', horizontal: 'center' }}
>
<Alert onClose={closeSnackbar} severity={snackbar.severity} variant="filled" sx={{ width: '100%' }}>
{snackbar.message}
</Alert>
</Snackbar>
</div>
);
}
export default AiPage; |