Tom Mahler, PhD

Results 4 issues of Tom Mahler, PhD

### Description Hi, Issue raised in [https://community.crewai.com/t/azure-o1-model-causes-crew-kickoff-error-badrequesterror-litellm-badrequesterror-azureexception-error-code-400-unsupported-value-messages-0-role-does-not-support-system-with-this-model/1513/1](url) I am using crewai version 0.65.2 and wanted to test the o1 model. Using the Azure AI Studio I deployed an o1 model...

bug

### Description Using native langchain tools produce pydantic validation error when initializing an Agent. Tested on versions 0.80.0 and 0.83.0 both reproduced the bug. Tested on version 0.64.0 and I...

bug

Following issue https://github.com/crewAIInc/crewAI-tools/issues/186, together with [Shahar-Y](https://github.com/Shahar-Y), this PR adds the [browser-use/browser-use](https://github.com/browser-use/browser-use) tool to crewai tools. Supports [[email protected]](https://github.com/browser-use/browser-use/tree/0.1.16). Full working example: ```python import asyncio from browser_use import Browser, BrowserConfig from browser_use.browser.context...

[browser-use/browser-use] (https://github.com/browser-use/browser-use) is an awesome new repo that allows llms to use the browser via natural language. This is a very convenient tool that should be added to the Crew-AI...