theCyberTech
b0a948797a
feat(serper-dev): implement enhanced search capabilities and error handling
...
- Add support for multiple search types (general and news)
- Implement knowledge graph integration
- Add structured result processing for organic results, "People Also Ask", and related searches
- Enhance error handling with try-catch blocks and logging
- Update documentation with comprehensive feature list and usage examples
2024-12-13 21:42:01 +08:00
Tony Kipkemboi
0e49353fcd
Merge pull request #135 from crewAIInc/fix/nl2sql-readme-typos
...
docs: fix typos and formatting in NL2SQL tool README
2024-11-30 11:54:14 -05:00
Tony Kipkemboi
41711c1ffe
Merge pull request #129 from crewAIInc/docs_fix
...
Fix API Key Reference in MultiOnTool README
2024-11-30 11:52:45 -05:00
Tony Kipkemboi
ea2994d341
Merge pull request #133 from crewAIInc/docs/fix-codedocssearch-readme
...
docs: improve CodeDocsSearchTool README
2024-11-30 11:44:01 -05:00
theCyberTech
945ed7aaaa
docs: fix typos and formatting in NL2SQL tool README
2024-11-30 10:52:57 +08:00
theCyberTech
ec9951e28a
docs: improve CodeDocsSearchTool README
...
- Fix tool name in custom model example
2024-11-30 00:34:04 +08:00
theCyberTech
cbec6d5cd7
docs: fix API key reference in MultiOnTool README
2024-11-28 11:15:18 +08:00
Eduardo Chiarotti
601abb2bc3
Merge pull request #125 from crewAIInc/feat/remove-langchain
...
feat: remove langchain from code and update Dockerfile from CodeInterpreter
2024-11-26 16:56:29 -03:00
Eduardo Chiarotti
488782fb4a
feat: remove langchain from code and change to CrewStructuredTool and update Dockerilf CodeInterpreter
2024-11-25 16:14:49 -03:00
theCyberTech
1c37158208
fix: correct variable name typo in exa_base_tool
2024-11-20 18:58:58 +08:00
João Moura
a3630418f9
Merge pull request #121 from piotrm0/piotrm/base_tool
...
remove independent BaseTool
2024-11-10 19:48:52 -03:00
Piotr Mardziel
10639d8775
Update base_tool.py
2024-11-05 16:22:35 -08:00
Brandon Hancock
2061f8ca41
Improve firecrawl tool
2024-11-01 17:19:59 -04:00
Rip&Tear
9eac65f9f6
Merge pull request #115 from adanbu/main
...
Fixing errors of the File Writer tool
2024-10-24 12:28:20 +08:00
Brandon Hancock
8e15bc6386
add support for unsafe code execution
2024-10-23 10:36:29 -04:00
Adan Butto
6a7e917e1d
Changed order of the arguments, placing 'content' last.
...
It tends to forget context when it gets to filling other arguments when content is on the longer side.
2024-10-22 18:47:52 +03:00
Adan Butto
857d6c135c
reverted directory variable back to optional
2024-10-20 20:37:59 +03:00
Adan Butto
96429040de
Fixed File Writer tool errors for better interaction with the agents
2024-10-20 18:54:01 +03:00
João Moura
c4f8a1cdf1
Merge pull request #107 from masorensen/bug/ragTools-kwargs
...
Scoping issue causing error in RAG tools
2024-10-17 16:43:11 -03:00
João Moura
d54b8a6e8d
Merge pull request #112 from 11bluetree/patch-1
...
fix: SpiderTool import
2024-10-17 14:19:22 -03:00
Aoki Haruhito
fe172cb4de
fix: SpiderTool import
2024-10-17 10:03:37 +09:00
Eduardo Chiarotti
1e76b66234
Merge pull request #111 from crewAIInc/feat/migrate-uv
...
Feat/migrate uv
2024-10-15 14:49:39 -03:00
Eduardo Chiarotti
90a13cb6f7
feat: change to uv on docs
2024-10-15 09:16:17 -03:00
Mike Sorensen
1cc8966e2e
fixed scoping issue causing error in RAG tools
2024-09-23 22:18:22 -05:00
Rip&Tear
a04d98f62f
Merge pull request #101 from crewAIInc/brandon/cre-250-llamaindex-pydantic-v2
...
Pydantic v1 issues
2024-09-13 21:53:32 +08:00
Brandon Hancock
35fe222ca1
Move off v1
2024-09-03 15:57:29 -04:00
Rip&Tear
d19bba72b0
Merge pull request #96 from crewAIInc/docs_update
...
Updated GitHub repo links and readme.md
2024-08-31 12:32:52 +08:00
theCyberTech
5957573625
Updated github repo links _ readme.md
2024-08-29 17:41:43 +08:00
João Moura
91c394ffce
Merge pull request #95 from crewAIInc/feat/update-code-interpreter
...
feat: Add volume option
2024-08-27 07:25:29 -07:00
Eduardo Chiarotti
d146e4a961
feat: change the anme of user dockerfile path
2024-08-27 09:01:09 -03:00
Eduardo Chiarotti
8007938d6b
feat: ADd volume option
2024-08-27 08:35:56 -03:00
Thiago Moretto
859e6162e8
Merge pull request #93 from crewAIInc/fix-nl2sql-pydantic-conflict
...
Fix NL2SQL pydantic version conflict
2024-08-19 13:49:06 -03:00
Thiago Moretto
e8b185e607
Fix NL2SQL pydantic version conflict
2024-08-14 14:05:44 -03:00
Eduardo Chiarotti
c32023df29
Merge pull request #91 from crewAIInc/fix/dalle-docs
...
docs: fix issue on Dalle tool docs
2024-08-13 11:25:25 -03:00
Eduardo Chiarotti
a228732423
docs: fix
2024-08-13 08:40:12 -03:00
Eduardo Chiarotti
b47926b1d9
docs: fix plural
2024-08-13 08:39:49 -03:00
Eduardo Chiarotti
64762887f0
docs: fix issue on Dalle tool docs
2024-08-13 08:39:20 -03:00
João Moura
5dd49762e3
Fixing imports and cutting new patch
2024-08-11 00:46:32 -03:00
João Moura
d861dcc3c4
Merge pull request #85 from rafaelsideguide/fix/firecrawl-timeout-description
...
[Bug] Improvements on default values and timeout description
2024-08-10 19:59:54 -07:00
João Moura
32abada521
Merge pull request #81 from Ryuzaki1415/patch-1
...
Corrected the acronym 'RAG'
2024-08-10 19:59:15 -07:00
João Moura
2416c08760
Merge pull request #41 from antunsz/feature/add-folder-file-writer
...
adding file writer tool and documentation
2024-08-10 19:40:24 -07:00
João Moura
fba480c582
Merge branch 'main' into feature/add-folder-file-writer
2024-08-10 19:40:03 -07:00
João Moura
50dc37ad5b
adding dalle import
2024-08-10 23:35:46 -03:00
João Moura
1227c3fc7c
Merge pull request #35 from antunsz/feature/add-mysql-tool
...
Feature/add mysql tool
2024-08-10 19:35:21 -07:00
João Moura
2da8cfcf99
Merge branch 'main' into feature/add-mysql-tool
2024-08-10 19:35:08 -07:00
João Moura
e7078f6502
Merge pull request #83 from crewAIInc/feat/add-vision-tool
...
feat: Add Vision tool to the CrewAI tool
2024-08-10 19:22:01 -07:00
rafaelsideguide
a2e38b6121
Improvements on default values and description
2024-08-06 13:56:44 -03:00
Eduardo Chiarotti
4835c2bf68
feat: Add Vision tool to the CrewAI tool
2024-07-31 17:10:26 -03:00
João Moura
d28dba453e
Merge pull request #82 from crewAIInc/feat/dall-e-tool
...
feat: Add Dall-E tool to generate images
2024-07-30 18:37:34 -07:00
Eduardo Chiarotti
0070df7451
docs: Add documentation for the DallETool
2024-07-30 22:29:45 -03:00