Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yaml Files for CrewAI #5

Open
Kjdragan opened this issue May 11, 2024 · 6 comments
Open

Yaml Files for CrewAI #5

Kjdragan opened this issue May 11, 2024 · 6 comments

Comments

@Kjdragan
Copy link

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

@jgravelle
Copy link
Owner

jgravelle commented May 11, 2024 via email

@gcapnias
Copy link

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.

@jgravelle
Copy link
Owner

jgravelle commented May 12, 2024 via email

@Kjdragan
Copy link
Author

Kjdragan commented May 12, 2024 via email

@JaDenis
Copy link

JaDenis commented May 25, 2024

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

@jgravelle
Copy link
Owner

jgravelle commented May 25, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants