mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-24 08:15:10 +00:00
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Nightly Canary Release / Check for new commits (push) Has been cancelled
Nightly Canary Release / Build nightly packages (push) Has been cancelled
Nightly Canary Release / Publish nightly to PyPI (push) Has been cancelled
5 lines
284 B
Plaintext
5 lines
284 B
Plaintext
One of the core principles of software development is DRY (Don't Repeat
|
|
Yourself). This is a principle that apply to documentation as
|
|
well. If you find yourself repeating the same content in multiple places, you
|
|
should consider creating a custom snippet to keep your content in sync.
|