mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-04-23 03:00:08 -04:00
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.
2 lines
47 B
Plaintext
2 lines
47 B
Plaintext
SERPER_API_KEY=key_here
|
|
OPENAI_API_KEY=key_here |