Alex Fazio
Alex Fazio
> Do I have to use crewai in conjunction with langgraph? That's correct. It may not be the only solution, but it is the most effective and well-tested one. https://www.youtube.com/watch?v=5eYg1OcHm5k&t=132s
I tried installing the plugin inside a fresh VM and it just doesn’t work. Is this still being actively developed?
The `GithubSearchTool` appears to be functioning in version `0.28.8`. I was unable to make it work using the documented "synthetic" instantiation: ``` tool = GithubSearchTool( github_repo='https://github.com/example/repo', content_types=['code', 'issue'] # Options:...
> I'd also recommend testing with the new RC `0.30.0rc3` it's in testing but has a few improvements around tool usage in general. I'm reading the other comments tho to...
Hello. I currently don't have a precise solution to your problem. However, if you're aiming to utilize a PostgreSQL database, I recommend checking out [this template notebook](https://github.com/alexfazio/crewAI-quickstart/blob/main/crewai_sequential_PGSearchTool_quickstart.ipynb). I hope it...
It appears that you are querying a database? Which is not the scope of `https://docs.crewai.com/how-to/Creating-a-Crew-and-kick-it-off/#introduction` I recommend referring to these templates, particularly the one for the PostgreSQL tool. ↓ After...