artificialcitizens / acai.so

Your AI Powered Toolkit
https://acai.so
Other
14 stars 2 forks source link

add agent table, add import export pipeline #105

Closed mabry1985 closed 1 year ago

mabry1985 commented 1 year ago

add agent table separate files from knowledge table add import export pipeline

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
acai-so ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 28, 2023 11:32pm
coderabbitai[bot] commented 1 year ago

[!IMPORTANT]

Auto Review Skipped

Auto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository.

To trigger a single review, invoke the @coderabbitai review command.

Walkthrough

The changes introduce a new platform called acai.so with AI-powered tools for workflow enhancement and creativity acceleration. The platform offers workspaces for organizing information, an editor as an alternative to Notion, and an Automated Virtual Agent (AVA) with different modes for various tasks. The changes also include updates to the database structure, UI components, state management, and voice synthesis component.

Changes

File(s) Summary
db.ts Introduced changes to the database structure, including new tables and modifications to existing interfaces.
index.html Updated the viewport meta tag to restrict maximum scale and disable user scaling.
public/docs/*.md Added new documentation for the acai.so platform, knowledge usage, and voice synthesis component.
src/App.tsx Major updates to the main application component, including state management and UI changes.
src/components/Ava/*.tsx Updated the Ava component and related hooks and components.
src/components/Chat/*.tsx Updated the Chat component and related CSS styles.
src/components/SettingsTabs/*.tsx Added new settings components and updated related CSS styles.
src/components/TipTap/*.tsx Updated the Tiptap component and related components.
src/state/*.ts Updated the state management system, including new state machines and modifications to existing ones.
src/utils/docs.ts Added new utility functions for fetching and formatting documents.
vite.config.ts Updated the Vite configuration to include the PWA plugin and new asset includes.

🐇 "In the land of code, changes are afoot, New features abound, from root to root. With AI-powered tools, we're on a roll, Enhancing workflows is our goal. From database updates to UI tweaks, Each line of code, a solution seeks. So here's to progress, in every commit, In the world of tech, we never quit!" 🎉


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - If you reply to a *review comment* from CodeRabbit, the bot will automatically respond. - To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment - Note: Review comments are made on code diffs or files, not on the PR overview. - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai help` to get help. - `@coderabbitai resolve` to resolve all the CodeRabbit review comments. Note: For conversation with the bot, please use the review comments on code diffs or files. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.json`
mabry1985 commented 1 year ago

need to update the handling when deleting workspaces to delete on related items also need to do similar with the knowledge and make sure to delete any files associated with them

mabry1985 commented 1 year ago

closes #92