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

updating Markdown_validator Example project structure #183

Open
BasharAssaf opened this issue Oct 23, 2024 · 0 comments
Open

updating Markdown_validator Example project structure #183

BasharAssaf opened this issue Oct 23, 2024 · 0 comments

Comments

@BasharAssaf
Copy link

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.

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.
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

1 participant