jgravelle / AutoGroq

AutoGroq is a groundbreaking tool that revolutionizes the way users interact with Autogen™ and other AI assistants. By dynamically generating tailored teams of AI agents based on your project requirements, AutoGroq eliminates the need for manual configuration and allows you to tackle any question, problem, or project with ease and efficiency.

Home Page:https://autogroq.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yaml Files for CrewAI

Kjdragan opened this issue · comments

If you could put the agents in a agents.yaml file and include a task.yaml file, you'd be legendary

Hi,

I have watched Matthew Berman's video that he shows of the .yaml files. I have not managed to find anything in CrewAI's documentation site. The only fully documented example is the 'CrewΑΙ Instagram Example'.

From their Discord server, I found out that there is a CLI tool that creates the template to work with .yaml files. The template is self-explanatory on how to use it. You can see the full .yaml files, for Tasks and Agens in the config folder.

You can install the tool with this sequence of commands:

conda create --name crewai python=3.11
conda activate crewai

python -m pip install pipx
pipx --version
python -m pipx install poetry
poetry --version

python -m pip install 'crewai[tools]'

crewai create first-app

You don't have to use conda, I presume...

Regards,
George J.

just leaving a +1 here
exporting to crewAI would bring tons of attention to AutoGroq