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

Fix : Updating markdown_validator example #184

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BasharAssaf
Copy link

Issue #183 reported that the markdown_validator example structure needs to be updated, this commit includes :

  • adding A config/ directory for YAML configuration files (agents.yaml, tasks.yaml).
  • adding dedicated tools/ folder for any helper utilities, such as markdownTools.py .
  • adding The crew.py module, which contains the logic for the MarkDownValidatorCrew. -adding main.py file, which now serves as the entry point for the project, and includes run and train functions.
    -this commit works with the CrewAi 0.75.0 version.

Issue crewAIInc#183 reported that the markdown_validator example structure needs to be updated, this commit includes :
- adding A config/ directory for YAML configuration files (agents.yaml, tasks.yaml).
- adding dedicated tools/ folder for any helper utilities, such as markdownTools.py .
- adding The crew.py module, which contains the logic for the MarkDownValidatorCrew.
-adding main.py file, which now serves as the entry point for the project, and includes run and train functions.
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

Successfully merging this pull request may close these issues.

1 participant