-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
70 changes: 70 additions & 0 deletions
70
docs/introduction/foundations/components/list_local_tools.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters