Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Updates + Package Updates #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added docs/pearai-creator.md
Empty file.
50 changes: 50 additions & 0 deletions docs/pearai-inventory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: PearAI Inventory
description: The ultimate collection of AI tools
keywords: [inventory, AI tools, integration, marketplace]
---

# PearAI Inventory

The PearAI Inventory is your gateway to a curated marketplace of powerful AI tools, seamlessly integrated into the PearAI code editor. This feature allows you to discover, select, and utilize a wide range of AI tools tailored to your specific development needs.

## Accessing the Inventory

To access the PearAI Inventory:

1. Download and install PearAI on your system.
2. Launch PearAI.
3. Press CMD+SHIFT+1 (Mac) or CTRL+SHIFT+1 (Windows/Linux) to open the Inventory interface.

## Using the Inventory

Once you've opened the Inventory, you'll see a user-friendly interface designed to help you find the right tools for your tasks:

1. Mem0 (Memory): a self-improving memory layer for Large Language Model (LLM) applications
2. Aider (Creator): a command-line chat tool that enables users to write and edit code using LLMs such as GPT-4 and Claude 3.5 Sonnet
3. Perplexity (Search): an innovative search engine that combines advanced AI capabilities with real-time information retrieval
4. Continue (Chat): connect any models and context to create custom autocomplete and chat experiences inside the IDE

## Integrating Tools

Once you've selected a tool:

1. PearAI will guide you through any necessary setup or configuration steps.
2. The tool will be seamlessly integrated into your PearAI environment.
3. You can start using the tool immediately within your workflow.

## Updating and Managing Tools

To keep your AI toolset up-to-date:

- PearAI will automatically notify you of available updates for your installed tools.
- To remove a tool, you can simply click on your installed tool and click "Uninstall".

## Community and Support

- Access user reviews and ratings for each tool to make informed decisions.
- Contribute your own reviews to help the community.
- For support with specific tools, refer to the tool's documentation or support channels provided in the tool details.


Remember, the PearAI Inventory is continuously evolving. Check back regularly for new tools and features to enhance your development experience.
2 changes: 2 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const sidebars = {
"add-new-model",
"important-shortcuts",
"tab-autocomplete",
"pearai-inventory",
"pearai-creator",
"models-and-usage",
"codebase-context",
"common-use-cases",
Expand Down
Loading