João Moura
8dd4388c49
Merge pull request #148 from HammamWahab/main
...
Enabled connection to docker daemon with manual setting of docker base url for code interpreter tool. (Issue #1555 )
2024-12-27 23:34:37 -03:00
João Moura
2ad99c04d3
Merge branch 'main' into main
2024-12-27 23:33:36 -03:00
João Moura
cc509a363e
Merge pull request #160 from crewAIInc/feature/selenium-scraping-tool-can-return-html
...
feat: add URL validation and return_html examples
2024-12-27 22:09:01 -03:00
João Moura
ed261892df
Merge pull request #156 from pedropereira/feature/selenium-scraping-tool-can-return-html
...
Feat(SeleniumScrapingTool): Provide capability to return HTML
2024-12-27 22:02:58 -03:00
Devin AI
c7c8cd0a3c
feat: add URL validation and return_html examples
...
- Add comprehensive URL validation in schema and _create_driver
- Add URL format, length, and character validation
- Add meaningful error messages for validation failures
- Add return_html usage examples in README.md
Co-Authored-By: Joe Moura <joao@crewai.com >
2024-12-28 00:54:49 +00:00
João Moura
38a7b1e4da
Merge pull request #149 from tanys123/feat/serpapi-tools
...
feat: Add Google Search and Google Shopping tools
2024-12-27 21:48:20 -03:00
João Moura
7b7327c168
Merge pull request #150 from gbertb/fix/spidertool_fixes
...
Fix(SpiderTool): Improve Tool Reliability and Performance
2024-12-27 18:37:48 -03:00
João Moura
97a4a348ff
Merge pull request #151 from hienhayho/main
...
fix: fix pydantic validation error
2024-12-27 18:30:18 -03:00
João Moura
078120e548
Merge pull request #159 from MahlerTom/main
...
[BUG] `CodeInterpreterTool` cannot handle mutli-line code
2024-12-27 18:03:47 -03:00
Tom Mahler
ba8f95964f
added unit testing for multi-line output
2024-12-24 14:14:09 +02:00
Tom Mahler
64b98667a3
fixed code interpreter tests
2024-12-24 14:13:51 +02:00
Tom Mahler
331840e6cc
improved imports from docker for better type hinting
2024-12-24 12:17:57 +02:00
Tom Mahler
bb19f1c74c
using command list instead of string to avoid parsing issues
2024-12-24 12:12:18 +02:00
Pedro Pereira
f11756387d
chore: add tests for SeleniumScrapingTool
2024-12-19 21:06:51 +00:00
Tony Kipkemboi
b7a132db89
Merge pull request #147 from crewAIInc/feature/enhanced-serper-search
...
feat(serper-dev): implement enhanced search capabilities and error ha…
2024-12-19 13:15:11 -05:00
Pedro Pereira
5e00b74cd4
chore: update readme
2024-12-19 17:38:30 +00:00
Pedro Pereira
8d8c3677ff
feat: add optional return_html flag to SeleniumScrapingTool
2024-12-18 18:23:18 +01:00
Gilbert Bagaoisan
1bbac87e70
Improved readme based on recommendations—added more advanced usage examples
2024-12-17 21:00:40 -08:00
Gilbert Bagaoisan
73b803ddc3
various improvements for PR based on recommendations
2024-12-17 21:00:34 -08:00
Ho Trong Hien
c7624e1f57
Merge pull request #1 from hienhayho/hienhayho-fix-llamaindex-result-as-answer
...
fix: fix pydantic validation error
2024-12-17 22:29:19 +07:00
Ho Trong Hien
059d635f02
fix: fix pydantic validation error
...
- When passing result_as_answer=True, it will return ToolOutput so it won't pass pydantic validation as a string
- Get content of ToolOutput before return
2024-12-17 22:28:41 +07:00
Gilbert Bagaoisan
3795d7dd8e
Reversed order of url validation
2024-12-16 22:19:46 -08:00
Gilbert Bagaoisan
4551b8c625
Updated readme
2024-12-16 22:05:46 -08:00
Gilbert Bagaoisan
cd37ede869
lint fixes
2024-12-16 22:05:28 -08:00
Terry Tan Yongsheng
81981e43b6
Add type hints
2024-12-17 13:45:50 +08:00
Terry Tan Yongsheng
2effe9a7d2
Add README
2024-12-17 11:09:38 +08:00
Terry Tan Yongsheng
56a9060840
Add SerpApi tools - google search, google shopping
2024-12-17 11:09:28 +08:00
Rip&Tear
e40ca38daf
Merge branch 'main' into feature/enhanced-serper-search
2024-12-16 22:53:55 +08:00
Hammam Abdelwahab
b6bb5dbd53
Enabled manual setting of docker base url for code interpreter tool. Goal is to avoid the error: CodeInterpreterTool Error while fetching server API version:
2024-12-15 10:38:56 +01:00
Hammam Abdelwahab
c26e962d17
Enabled manual setting of docker base url for code interpreter tool. Goal is to avoid the error: CodeInterpreterTool Error while fetching server API version:
2024-12-15 10:34:07 +01:00
theCyberTech
00418d98f7
resolved conflict
2024-12-13 22:01:04 +08:00
theCyberTech
1fd5805bef
Resolved conflict
2024-12-13 21:59:38 +08:00
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
a49be2fc52
Merge pull request #142 from crewAIInc/feat/weaviate-tool
...
setup weaviate vector search tool
2024-12-09 10:44:11 -05:00
Lorenze Jay
d5d83cbd7e
fix collection name docs
2024-12-08 21:48:15 -08:00
Lorenze Jay
a0e0c28152
setup weaviate vector search tool
2024-12-08 21:44:19 -08:00
Brandon Hancock (bhancock_ai)
264f1e0f0e
Merge pull request #141 from crewAIInc/bugfix/fix-basetool-import
...
update basetool dependencies to use root crewai repo
2024-12-05 13:36:45 -05:00
Brandon Hancock
d5fb31e645
update basetool dependencies to use root crewai repo
2024-12-05 13:16:48 -05:00
João Moura
e1482d740f
Merge pull request #116 from ernestp/main
...
fix: web scraper concatenate words
2024-12-05 12:00:20 -03:00
João Moura
7c375976ab
Merge pull request #128 from mplachta/jina_website_scraper
...
Jina Website Scraper v1
2024-12-05 11:56:26 -03:00
João Moura
5b813e3d31
Merge pull request #132 from caike/fix-firecrawl-scrape-pydantic-errors
...
Fix pydantic related errors on FirecrawlScrapeWebsiteTool
2024-12-05 11:56:08 -03:00
João Moura
25969d9db7
Merge pull request #134 from caike/fix-firecrawl-crawl-pydantic-errors
...
Fix pydantic related errors on FirecrawlCrawlWebsiteTool
2024-12-05 11:55:26 -03:00
João Moura
f64a93b541
Merge pull request #139 from crewAIInc/tools_readme_update
...
docs: add Discourse community link to contact section
2024-12-05 11:54:41 -03:00
João Moura
569d9e7f75
Merge pull request #137 from siddas27/feature/BraveSearchTool
...
add brave search tool
2024-12-05 11:08:03 -03:00
siddas27
a64cccbd72
add BraveSearchTool to init
2024-12-04 22:28:30 -06:00
theCyberTech
e0d3ee5b23
docs: add Discourse community link to contact section
...
Add link to Discourse community platform in the contact section to provide users with an additional support channel alongside Discord.
2024-12-03 20:35:23 +08:00
siddas27
95cc6835a1
update name
2024-11-30 22:30:31 -06:00
siddas27
e7e059d02a
add rate limiting
2024-11-30 22:08:29 -06:00
siddas27
5532ea8ff7
add lru caching
2024-11-30 21:51:46 -06:00
siddas27
d168b8e245
add error handling
2024-11-30 21:36:28 -06:00