Skip to content

Commit

Permalink
feat:local tools list added
Browse files Browse the repository at this point in the history
  • Loading branch information
Prat011 committed Aug 20, 2024
1 parent 77bb492 commit b02af3e
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 1 deletion.
70 changes: 70 additions & 0 deletions docs/introduction/foundations/components/list_local_tools.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: "Available Local Tools"
description: List of Local Tools you can readily use for your Agents
---

## Browser Tools
<Accordion title="Browser Search">
- [Interact with Websites in Natural Language](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/browsertool)
- [Get Screenshots](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/browsertool)
- [Get Page and Element Details](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/browsertool)
- [Navigate Search History](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/browsertool)
- [Scroll and Refresh Pages](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/browsertool)
</Accordion>

<Accordion title="Web Scraper">
- [Scrape Website Content](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/webtool)
- [Scrape Website Element](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/webtool)
</Accordion>

<Accordion title="Spider Crawler">
- [Scrape Websites](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/spidertool)
- [Crawl Websites](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/spidertool)
</Accordion>

## File Management
<Accordion title="File Manager Tool">
- [Manage the files in your Local Workspace](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/filetool)
- [Create, Edit and Find Files](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/filetool)
- [Perform Git operations](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/filetool)
</Accordion>

<Accordion title="Shell Commands">
- [Add your Shell command functionalities here](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/shelltool)
</Accordion>

## Project Management
<Accordion title="ClickUp">
- [Create Tasks and Checklists](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/clickup)
- [Manage your entire Workspace](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/clickup)
</Accordion>

## Code Assistance Tools
<Accordion title="Greptile">
- [Understands your entire CodeBase](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/greptile)
- [Talk to your CodeBase](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/greptile)
</Accordion>

<Accordion title="SQL Tool">

- [Perform SQL operations on Database](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/sqltool)
- [AI queries your DB based on your requirements](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/sqltool)
</Accordion>

<Accordion title="CodeMap">
- ### Codemap
- ### CodeGrep
- ### Code Formatting
- [Learn more about Code Assistance Tools](https://github.com/composiohq/composio)
</Accordion>

## On Demand RAG Tools
<Accordion title="Create a RAG">
- [Add your text in a Vector Store](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/ragtool)
- [Query the Vector Store](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/ragtool)
</Accordion>

<Accordion title="Image Search with RAG">
- [Create image embeddings](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/embedtool)
- [Search for any Image by describing it](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local/embedtool)
</Accordion>
6 changes: 5 additions & 1 deletion docs/introduction/foundations/components/local_tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ The second kind is termed as **Local Tools** and some of its advantages are:
* User can add as many new Tools and Actions by themselves, and once added, can use with any of Composio's supported platforms.

We have already added a number of useful local tools and are continuously adding more.
Here's the link to use all of them out.

* Here's the list of already available [local tools](./list_local_tools).


* Here's the link to use all of them [out](https://github.com/ComposioHQ/composio/tree/master/python/composio/tools/local).


## Adding a Custom Local tool in Python
Expand Down

0 comments on commit b02af3e

Please sign in to comment.