Closed mabry1985 closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git āļø
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
acai-so | ā Ready (Inspect) | Visit Preview | Oct 24, 2023 2:10am |
This pull request introduces significant changes to the acai.so
platform, focusing on expanding the database schema, refining the user interface, and enhancing the functionality of the AVA (Automated Virtual Agent). It also includes updates to the documentation and refactoring of the codebase to improve maintainability and modularity.
File(s) | Summary |
---|---|
db.ts |
Expanded the database schema to support workspaces and documents. |
public/docs/*.md |
Updated the documentation for the platform, including information about workspaces, the editor, and the AVA functionality. |
src/App.tsx , src/components/Ava/Ava.tsx , src/components/Ava/use-ava.ts , src/components/Chat/Chat.tsx , src/components/ChatSettings/ChatSettings.tsx , src/components/Knowledge/Knowledge.tsx , src/components/KnowledgeView/KnowledgeView.tsx , src/components/MainView/MainView.tsx , src/components/SideNav/SideNav.tsx , src/components/SocketManager/SocketManager.tsx , src/components/TipTap/TipTap.tsx , src/components/TipTap/components/EditorDropzone.tsx , src/state/agent.xstate.ts , src/state/app.xstate.ts , src/state/ui.xstate.ts , src/state/use-voice-command.ts , src/utils/docs.ts |
Refactored the codebase, replacing the Tab interface with ACDoc and updating the related logic. |
src/components/AvaNav/AvaNav.tsx , src/components/Modal/Modal.tsx , src/components/SettingsTabs/AudioSettings.tsx , src/components/SettingsTabs/SettingsTabs.tsx , src/components/QuickSettings/QuickSettings.tsx |
Introduced new components to enhance the user interface and functionality. |
src/components/NotificationCenter/index.tsx , src/components/Sidebar/SBSidebar.tsx , src/components/SettingsTabs/Settings.css , src/index.css |
Updated the UI styling and behavior. |
src/lib/ac-langchain/agents/chat-model.ts , src/lib/ac-langchain/chains/ask-ai-chain.ts , src/lib/ac-langchain/chains/autocomplete-chain.ts , src/lib/ac-langchain/chains/observation-chain.ts , src/lib/ac-langchain/vector-store/in-memory.ts |
Removed console.log statements and commented out code. |
src/state/speech.xstate.ts |
Introduced a new state machine for managing speech-related states. |
vite.config.ts |
Enhanced the configuration for generating a progressive web app (PWA) with proper icons and assets. |
šš»
Code refactored, UI enhanced,
With new features, users are entranced.
Docs updated, errors toasted,
In code quality, we've boasted.
From
Tab
toACDoc
, the journey's been long,But with every change, the platform grows strong. šš
Summary by CodeRabbit
workspaces
anddocs
to the database, enhancing the platform's ability to manage workspaces and documents.AvaNav
, improving the user interface and navigation experience.ACModal
, a new modal dialog component, enhancing user interaction.AudioSettings
component for managing audio settings, providing users with more control over audio preferences.Ava
component by removing unused components and updating the display settings.id
property inknowledgeTab
function.Tab
withACDoc
and made related adjustments, improving code readability and maintainability.