├── .github └── ISSUE_TEMPLATE │ └── add-a-project.md ├── .gitignore ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/add-a-project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crewAIInc/awesome-crewai/HEAD/.github/ISSUE_TEMPLATE/add-a-project.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crewAIInc/awesome-crewai/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crewAIInc/awesome-crewai/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crewAIInc/awesome-crewai/HEAD/README.md --------------------------------------------------------------------------------