January 17, 20242 yr Hello, I recently discovered Crew AI, described as "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks." I was wondering if anyone had any idea how to implement it into Unraid in either a docker container or VM and interface with it using a terminal? This is the github page for it, but I couldn't find anything on how to get it setup on a server. https://github.com/joaomdmoura/crewAI?tab=readme-ov-file#examples
January 19, 20242 yr CrewAI is a python script that automates langchain. I run it inside of Visual Studio Code on my PC, but if you wanted to run it on Unraid you would either use a Linux VM or Linux Docker or even Code-Server which is a dockerized version of Visual Studio Code. I strongly recommend the VS code version as you will be tweaking it a lot to get it going. You'll need to define the agents and their skills, you'll need to define the tasks, any tools they will use, it is far from easy to use. I'm fighting it now to be able to output code to a file...
January 19, 20242 yr You inspired me to start a github. There's a setup guide as well as two functioning sample scripts. https://github.com/573dave/unraid_tools/tree/main
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.