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 #183 reported that the markdown_validator example structure needs to be updated, this commit includes :