João Moura
0d94a8f7d9
Merge pull request #153 from VinciGit00/main
...
feat: integration of scrapegraph APIs
2024-12-29 12:26:01 -03:00
João Moura
029afd3e14
Update __init__.py
2024-12-29 12:23:08 -03:00
João Moura
20e852bffc
Merge pull request #155 from juliette0704/feat/add_linkup_tool
...
add linkup tool
2024-12-29 12:21:00 -03:00
João Moura
dd3fea748f
Merge pull request #162 from crewAIInc/devin/1735422935-file-read-tool-fix
...
Fix FileReadTool infinite loop by maintaining original schema
2024-12-28 21:23:17 -03:00
Devin AI
d3391d9ba4
Add comprehensive documentation and type hints to FileReadTool
...
Co-Authored-By: Joe Moura <joao@crewai.com >
2024-12-28 23:10:51 +00:00
Devin AI
aaf2641cc8
Add comprehensive tests for FileReadTool
...
Co-Authored-By: Joe Moura <joao@crewai.com >
2024-12-28 22:29:46 +00:00
Devin AI
5e2c38c349
Improve FileReadTool error handling and validation
...
Co-Authored-By: Joe Moura <joao@crewai.com >
2024-12-28 22:26:37 +00:00
Devin AI
63e23c06c5
Fix FileReadTool infinite loop by maintaining original schema
...
Co-Authored-By: Joe Moura <joao@crewai.com >
2024-12-28 21:55:35 +00:00
juliette_sivan
e5c47e46a8
add import tools
2024-12-28 10:59:06 -05:00
Marco Vinciguerra
b404439aa9
Merge branch 'main' into main
2024-12-28 09:12:50 +01:00
Marco Vinciguerra
c3ebbba8ae
Update __init__.py
2024-12-28 09:11:32 +01:00
João Moura
0674b397f7
Merge pull request #145 from caike/fix-firecrawler-crawl-args
...
Fix url and api_key args on crawler tool
2024-12-28 00:32:52 -03:00
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
DarshanDeshpande
7da783ef0e
Minor formatting changes
2024-12-26 17:44:04 -05:00
DarshanDeshpande
0ac6f915fb
Add all Patronus eval tools and update example
2024-12-26 17:37:22 -05: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
juliette_sivan
4c5f1962ac
add linkup tool
2024-12-19 14:07:36 +01:00
Pedro Pereira
8d8c3677ff
feat: add optional return_html flag to SeleniumScrapingTool
2024-12-18 18:23:18 +01:00
Marco Vinciguerra
b58d80dcf9
update documents according to suggestions
2024-12-18 14:42:37 +01:00
Marco Vinciguerra
7608944e7f
Update README.md
2024-12-18 14:38:34 +01:00
Marco Vinciguerra
c070ba002c
feat: integration of scrapegraph APIs
2024-12-18 14:34:40 +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
DarshanDeshpande
d94f7e03dc
Update Patronus AI evaluator tool and example
2024-12-14 15:46:10 -05:00
Rebecca Qian
c76e0f3445
Add patronus evaluation tools
...
remove fields
rename eval tool
remove eval tool
init files
2024-12-13 19:08:05 -05:00