João Moura
cef86f73d9
Merge pull request #191 from KhanhSaypien/fix/HTTPError-import-issue
...
FIX: Fix HTTPError cannot be found in serperai
2025-01-19 00:10:23 -03:00
ArchiusVuong-sudo
659cb6279e
fix: Fixed all from urllib.error import HTTPError
2025-01-18 23:01:01 +07:00
ArchiusVuong-sudo
a606f48b70
FIX: Fix HTTPError cannot be found in serperai
2025-01-18 21:58:50 +07:00
Brandon Hancock (bhancock_ai)
71f3ed9ef9
Merge pull request #180 from crewAIInc/bugfix/improve-firecrawl-and-serper
...
Fix firecrawl errors
2025-01-10 19:47:13 -05:00
Brandon Hancock
ecbf550be9
Fix firecrawl errors
2025-01-08 16:38:38 -05:00
Brandon Hancock (bhancock_ai)
06f99fc6cd
Merge pull request #179 from crewAIInc/bugfix/improve-firecrawl-and-serper
...
improve serper and firecrawl
2025-01-08 15:15:02 -05:00
Brandon Hancock
90a335de46
Fix patronus issues as well
2025-01-08 15:12:29 -05:00
Brandon Hancock
e5aabe05e1
improve serper and firecrawl
2025-01-08 14:56:12 -05:00
Brandon Hancock (bhancock_ai)
4388235846
Merge pull request #165 from patronus-ai/feat/add-patronus-api-tool
...
Feat/add patronus api tool
2025-01-07 12:48:08 -05:00
Devin AI
ad4c711223
feat: implement reviewer suggestions for StagehandTool
...
Co-Authored-By: Joe Moura <joao@crewai.com >
2025-01-03 22:56:38 +00:00
Devin AI
2f8c07320b
feat: add new StagehandTool for stagehand integration
...
This commit adds a new StagehandTool that integrates Stagehand's AI-powered web automation capabilities into CrewAI. The tool provides access to Stagehand's three core APIs:
- act: Perform web interactions
- extract: Extract information from web pages
- observe: Monitor web page changes
Each function takes atomic instructions to increase reliability.
Co-Authored-By: Joe Moura <joao@crewai.com >
2025-01-03 22:38:55 +00:00
Lorenze Jay
4360adc725
Merge pull request #174 from crewAIInc/extra_deps
...
add optional dependencies for all deps that we have
2025-01-03 14:19:00 -08:00
Lorenze Jay
dab8f648cb
leave ignore
2025-01-03 13:48:21 -08:00
Lorenze Jay
9f8529eab2
add optional dependencies for all deps that we have
2025-01-03 13:43:50 -08:00
Brandon Hancock (bhancock_ai)
513c156c4b
Merge pull request #173 from mplachta/vision-tool-improvement
...
Vision Tool Refactoring and Simplify the code
2025-01-03 13:31:23 -05:00
Mike Plachta
9a20c3952f
Merge branch 'main' into vision-tool-improvement
2025-01-03 09:36:13 -08:00
Mike Plachta
66dee007b7
Vision Tool Improvement
2025-01-03 09:33:59 -08:00
João Moura
aafcf992ab
fix weviate tool
2025-01-03 10:03:53 -03:00
João Moura
c31a8d6ee2
fix
2025-01-03 10:00:25 -03:00
Eduardo Chiarotti
a5d19e3ec3
Merge pull request #172 from crewAIInc/fix/weaviate-init
...
fix: weaviate init parameters
2025-01-03 08:56:45 -03:00
Eduardo Chiarotti
7efc092873
fix: weaviate init parameters
2025-01-03 08:47:52 -03:00
João Moura
fa901453fe
new version
2025-01-03 04:15:39 -03:00
João Moura
8047ee067c
treating for uninstalled dependencies
2025-01-03 03:34:34 -03:00
João Moura
16cdabbf35
bumping verison fixing tests
2025-01-03 02:53:24 -03:00
João Moura
e0c6ec5bd3
fix imports
2025-01-02 20:51:14 -03:00
João Moura
fc68b9f6bf
Merge pull request #167 from Priyanshupareek/patch-1
...
Update browserbase_load_tool.py | Fix for Browserbase Tool Initialization Issue
2025-01-02 20:45:05 -03:00
Priyanshupareek
954dd43c17
Update browserbase_load_tool.py
2025-01-02 01:34:42 +05:30
Priyanshupareek
4c7ce3a945
Update browserbase_load_tool.py
2025-01-02 00:54:48 +05:30
Rebecca Qian
10f8a87317
update local evaluator
2024-12-31 04:05:46 -05:00
Rebecca Qian
a7316a86bf
fix bug in local evaluator tool
2024-12-31 04:01:26 -05:00
Rebecca Qian
15d6314379
Create separate tool classes
2024-12-31 03:02:15 -05:00
Rebecca Qian
62ddb6c9bd
Merge pull request #1 from DarshanDeshpande/feat/add-patronus-api-tool
...
Update Patronus AI evaluator tool and example
2024-12-31 00:32:52 -05:00
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