@@ -23,21 +23,22 @@ npm install @kaibanjs/tools
2323
2424Here's a list of all available tools. Click on the tool names to view their detailed documentation.
2525
26- | Tool | Description | Documentation |
27- | ---------------- | ---------------------------------------------------------------------- | -------------------------------------------- |
28- | Exa | AI-focused search engine using embeddings to organize web data | [ README] ( src/exa/README.md ) |
29- | Firecrawl | Web scraping service for extracting structured data | [ README] ( src/firecrawl/README.md ) |
30- | GitHub Issues | GitHub API integration for fetching and analyzing repository issues | [ README] ( src/github-issues/README.md ) |
31- | Jina URL to MD | Convert web content into clean, LLM-ready markdown using Jina.ai | [ README] ( src/jina-url-to-markdown/README.md ) |
32- | PDF Search | Extract and search content from PDF documents | [ README] ( src/pdf-search/README.md ) |
33- | Serper | Google Search API integration with support for multiple search types | [ README] ( src/serper/README.md ) |
34- | Simple RAG | Basic Retrieval-Augmented Generation implementation for Q&A | [ README] ( src/simple-rag/README.md ) |
35- | Tavily Search | AI-optimized search engine for comprehensive and accurate results | [ README] ( src/tavily/README.md ) |
36- | Text File Search | Search and analyze content within text files | [ README] ( src/textfile-search/README.md ) |
37- | Website Search | Semantic search within website content using RAG models | [ README] ( src/website-search/README.md ) |
38- | WolframAlpha | Computational intelligence engine for complex queries and calculations | [ README] ( src/wolfram-alpha/README.md ) |
39- | Zapier Webhook | Integration with Zapier for workflow automation | [ README] ( src/zapier-webhook/README.md ) |
40- | Make Webhook | Integration with Make (formerly Integromat) for workflow automation | [ README] ( src/make-webhook/README.md ) |
26+ | Tool | Description | Documentation |
27+ | ------------------- | ------------------------------------------------------------------------------- | -------------------------------------------- |
28+ | Exa | AI-focused search engine using embeddings to organize web data | [ README] ( src/exa/README.md ) |
29+ | Firecrawl | Web scraping service for extracting structured data | [ README] ( src/firecrawl/README.md ) |
30+ | GitHub Issues | GitHub API integration for fetching and analyzing repository issues | [ README] ( src/github-issues/README.md ) |
31+ | Jina URL to MD | Convert web content into clean, LLM-ready markdown using Jina.ai | [ README] ( src/jina-url-to-markdown/README.md ) |
32+ | PDF Search | Extract and search content from PDF documents | [ README] ( src/pdf-search/README.md ) |
33+ | Serper | Google Search API integration with support for multiple search types | [ README] ( src/serper/README.md ) |
34+ | Simple RAG | Basic Retrieval-Augmented Generation implementation for Q&A | [ README] ( src/simple-rag/README.md ) |
35+ | Tavily Search | AI-optimized search engine for comprehensive and accurate results | [ README] ( src/tavily/README.md ) |
36+ | Text File Search | Search and analyze content within text files | [ README] ( src/textfile-search/README.md ) |
37+ | Website Search | Semantic search within website content using RAG models | [ README] ( src/website-search/README.md ) |
38+ | WolframAlpha | Computational intelligence engine for complex queries and calculations | [ README] ( src/wolfram-alpha/README.md ) |
39+ | Zapier Webhook | Integration with Zapier for workflow automation | [ README] ( src/zapier-webhook/README.md ) |
40+ | Make Webhook | Integration with Make (formerly Integromat) for workflow automation | [ README] ( src/make-webhook/README.md ) |
41+ | Simple RAG Retrieve | Basic Retrieval-Augmented Generation implementation for Q&A with preloaded data | [ README] ( src/simple-rag-retrieve/README.md ) |
4142
4243## Development
4344
0 commit comments