You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markdown_validator Example needs to be updated to meet the new project structure standard, including .yaml files , tools directory , and restructuring the main file to include run and train functions.
The text was updated successfully, but these errors were encountered:
BasharAssaf
added a commit
to BasharAssaf/crewAI-examples
that referenced
this issue
Oct 23, 2024
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.
Markdown_validator Example needs to be updated to meet the new project structure standard, including .yaml files , tools directory , and restructuring the main file to include run and train functions.
The text was updated successfully, but these errors were encountered: