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

Merged
merged 1 commit into from
Nov 27, 2024

Commits on Oct 23, 2024

  1. Fix : Updating markdown_validator example

    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.
    BasharAssaf committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c4e8cb9 View commit details
    Browse the repository at this point in the history